diff --git a/templates/registration/login.html b/templates/registration/login.html index e33fc462..e169c321 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -24,33 +24,17 @@ with this program; if not, write to the Free Software Foundation, Inc., {% endcomment %} {% load bootstrap3 %} - {% load i18n %} {% block title %}{% trans "Log in" %}{% endblock %} {% block content %} - -{% if form.errors %} -

{% trans "Your username and password didn't match. Please try again." %}

-{% endif %} - -{% if next %} - {% if user.is_authenticated %} -

{% trans "Your account doesn't have access to this page. To proceed, - please log in with an account that has access." %}

- {% else %} -

{% trans "Please log in to see this page." %}

- {% endif %} -{% endif %} - -

- {% csrf_token %} - {% bootstrap_form form %} - - -

-

{% trans "Forgotten password?" %}

- +
+ {% csrf_token %} + {% bootstrap_form form %} + +
+

{% trans "Forgotten password?" %}

{% endblock %} -