diff --git a/templates/base.html b/templates/base.html index 3979b55..bff8a04 100644 --- a/templates/base.html +++ b/templates/base.html @@ -32,15 +32,22 @@ Hallo, {{ user.username }} + {% if user.is_staff or user.is_superuser %} +
  • + + Admininterface + +
  • + {% endif %}
  • - Log out + Afmelden
  • {% else %}
  • - Log in + Inloggen
  • {% endif %}