diff --git a/helpdesk/templates/helpdesk/base.html b/helpdesk/templates/helpdesk/base.html index ff857843..ad909877 100644 --- a/helpdesk/templates/helpdesk/base.html +++ b/helpdesk/templates/helpdesk/base.html @@ -43,26 +43,7 @@
diff --git a/helpdesk/templates/helpdesk/navigation.html b/helpdesk/templates/helpdesk/navigation.html new file mode 100644 index 00000000..e76ab56d --- /dev/null +++ b/helpdesk/templates/helpdesk/navigation.html @@ -0,0 +1,29 @@ +{% load i18n %} + {% if user.is_staff %} + + {% else %} + + {% endif %} diff --git a/helpdesk/templates/helpdesk/public_base.html b/helpdesk/templates/helpdesk/public_base.html index b3e77054..49d2a556 100644 --- a/helpdesk/templates/helpdesk/public_base.html +++ b/helpdesk/templates/helpdesk/public_base.html @@ -9,11 +9,7 @@
{% block helpdesk_body %}{% endblock %}