Autosave: 20260126-082949

This commit is contained in:
Flatlogic Bot 2026-01-26 08:29:49 +00:00
parent a094518411
commit 6943d83b2c
2 changed files with 2 additions and 2 deletions

View File

@ -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'
# Set custom admin index template - using default 'admin/index.html' which we have overridden
# admin.site.index_template = 'admin/dashboard.html'