diff --git a/core/__pycache__/urls.cpython-311.pyc b/core/__pycache__/urls.cpython-311.pyc index dde2056..ff037fe 100644 Binary files a/core/__pycache__/urls.cpython-311.pyc and b/core/__pycache__/urls.cpython-311.pyc differ diff --git a/core/__pycache__/views.cpython-311.pyc b/core/__pycache__/views.cpython-311.pyc index 107f061..8053aad 100644 Binary files a/core/__pycache__/views.cpython-311.pyc and b/core/__pycache__/views.cpython-311.pyc differ diff --git a/core/templates/admin/dashboard.html b/core/templates/admin/index.html similarity index 97% rename from core/templates/admin/dashboard.html rename to core/templates/admin/index.html index 8630e68..e6e7a52 100644 --- a/core/templates/admin/dashboard.html +++ b/core/templates/admin/index.html @@ -1,4 +1,4 @@ -{% extends "admin/index.html" %} +{% extends "admin/base_site.html" %} {% load i18n static dashboard_stats %} {% block extrastyle %} @@ -243,8 +243,10 @@ - -{{ block.super }} + +