update admin panel and visual

This commit is contained in:
greyjoy
2026-08-02 22:56:29 +04:00
parent b53aa305e8
commit 024e28eee4
16 changed files with 866 additions and 309 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ app_name = "consultations"
urlpatterns = [
path("", views.home, name="home"),
path("privacy/", views.privacy_policy, name="privacy_policy"),
]