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 %}