From 841580afdae19343058deda0373c84bdbfca4283 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez?= Date: Fri, 15 Nov 2013 10:32:49 +0000 Subject: [PATCH] --- server/src/uds/templates/uds/admin/index.html | 6 +-- .../templates/uds/admin/pages/dashboard.html | 9 +++++ .../templates/uds/admin/snippets/navbar.html | 39 +++++++++---------- .../templates/uds/admin/templates/base.html | 20 +++++++++- .../templates/uds/html5/templates/base.html | 9 ++++- 5 files changed, 55 insertions(+), 28 deletions(-) create mode 100644 server/src/uds/templates/uds/admin/pages/dashboard.html 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 %} -