diff --git a/datenwerft/templates/navbar.html b/datenwerft/templates/navbar.html index 9d23efcc..cce90d80 100644 --- a/datenwerft/templates/navbar.html +++ b/datenwerft/templates/navbar.html @@ -32,13 +32,16 @@ Impressum -
- {% if user.is_authenticated %} - abmelden - {% else %} + {% if user.is_authenticated %} + + {% csrf_token %} + +
+ {% else %} +
Anmeldung - {% endif %} -
+ + {% endif %}