diff --git a/authentication/templates/login.html b/authentication/templates/login.html index 3987f034..5eabf9ea 100644 --- a/authentication/templates/login.html +++ b/authentication/templates/login.html @@ -23,7 +23,10 @@ {% endif %}
- {% if user.is_authenticated %} + +

Login

+
+ {% if user.is_authenticated %}

{% blocktranslate trimmed %} You are authenticated as {{ username }}, but are not authorized to @@ -31,9 +34,6 @@ {% endblocktranslate %}

{% endif %} - -

Login

-
{% csrf_token %}