diff --git a/core/__pycache__/admin.cpython-311.pyc b/core/__pycache__/admin.cpython-311.pyc index 59e21ea..76d369c 100644 Binary files a/core/__pycache__/admin.cpython-311.pyc and b/core/__pycache__/admin.cpython-311.pyc differ diff --git a/core/admin.py b/core/admin.py index 0ea02f2..63cc71d 100644 --- a/core/admin.py +++ b/core/admin.py @@ -172,5 +172,5 @@ admin.site.register(City) admin.site.register(PlatformProfile, PlatformProfileAdmin) admin.site.register(Testimonial, TestimonialAdmin) -# Set custom admin index template -admin.site.index_template = 'admin/dashboard.html' \ No newline at end of file +# Set custom admin index template - using default 'admin/index.html' which we have overridden +# admin.site.index_template = 'admin/dashboard.html'