From 795e2ff6faa88cc0cd426569d8d8251f20290bd3 Mon Sep 17 00:00:00 2001 From: Thomas Rusiecki Date: Fri, 14 Feb 2025 18:09:33 -0300 Subject: [PATCH] changed admin panel for a more expressive card --- admin/templates/admin_panel.html | 33 +++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/admin/templates/admin_panel.html b/admin/templates/admin_panel.html index 3dd5ed1..d5568fe 100644 --- a/admin/templates/admin_panel.html +++ b/admin/templates/admin_panel.html @@ -1,19 +1,30 @@ {% extends "base.html" %} {% load i18n %} + {% block content %} -
-
-

{{ subtitle }}

-
-
+
-
-
- - {% translate "Institution" %} - +
+
+
+
+
+ {% translate "Institution" %} +
+

+ {% translate "Edit and manage the institution's details and settings." %} +

+ +
+
+
-
+
{% endblock %}