diff --git a/cms/templates/registration/login.html b/cms/templates/registration/login.html index 265245b..80c0353 100644 --- a/cms/templates/registration/login.html +++ b/cms/templates/registration/login.html @@ -9,8 +9,8 @@ {% csrf_token %}
- {{form.non_field_errors}}
+ {{form.non_field_errors}}

{% trans 'Log in' %}

{% for field in form %} {% include 'cms/formfield.html' with field=field %}