From 6e1a6ac2209c47b50244fa6939a4c26ea095272e Mon Sep 17 00:00:00 2001 From: Jaap Joris Vens Date: Sat, 28 Dec 2019 23:26:34 +0100 Subject: [PATCH] Fix small insignificant bug --- cms/templates/registration/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}