diff --git a/server/src/uds/templates/uds/admin/index.html b/server/src/uds/templates/uds/admin/index.html index 7aa214d69..1603cbeff 100644 --- a/server/src/uds/templates/uds/admin/index.html +++ b/server/src/uds/templates/uds/admin/index.html @@ -7,12 +7,8 @@ {% block js %} + {% endblock %} {% block body %} diff --git a/server/src/uds/templates/uds/admin/pages/dashboard.html b/server/src/uds/templates/uds/admin/pages/dashboard.html new file mode 100644 index 000000000..2d762f9da --- /dev/null +++ b/server/src/uds/templates/uds/admin/pages/dashboard.html @@ -0,0 +1,9 @@ +{% load i18n html5 static %} +
+
+

Dashboard {% trans 'overview' %}

+ +
+
diff --git a/server/src/uds/templates/uds/admin/snippets/navbar.html b/server/src/uds/templates/uds/admin/snippets/navbar.html index 17136a5e4..6f2a868df 100644 --- a/server/src/uds/templates/uds/admin/snippets/navbar.html +++ b/server/src/uds/templates/uds/admin/snippets/navbar.html @@ -1,5 +1,5 @@ {% load i18n html5 static %} -