diff --git a/server/src/uds/templates/uds/admin/tmpl/restricted.html b/server/src/uds/templates/uds/admin/tmpl/restricted.html new file mode 100644 index 000000000..7bc3bf7dd --- /dev/null +++ b/server/src/uds/templates/uds/admin/tmpl/restricted.html @@ -0,0 +1,41 @@ +{% load i18n html5 static %} + +
+
+

Dashboard {% trans 'overview' %}

+ +
+
+{% if messages %} +
+
+ {% for message in messages %} +
+ + {{ message }} +
+ {% endfor %} +
+
+{% endif %} + +{% verbatim %} +
+
+
+
+

{% endverbatim %}{% trans 'UDS Administration' %}{% verbatim %}

+
+
+

{% endverbatim %}{% trans 'You are accessing UDS Administration as staff member.' %}{% verbatim %}

+

{% endverbatim %}{% trans 'This means that you have restricted access to assigned elements.' %}{% verbatim %}

+

{% endverbatim %}{% trans 'In order to increase your privileges, please contact your local UDS administrator.' %}{% verbatim %}

+
+

{% endverbatim %}{% trans 'Thank you.' %}{% verbatim %}

+
+
+
+
+{% endverbatim %} \ No newline at end of file