X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/c6fe5ef7d8e2c42066e0f096d4d1c90a356c5b94..0bd53bfd0a08e9949651ec35bf22048db8e740d9:/forum/skins/default/templates/auth/complete.html diff --git a/forum/skins/default/templates/auth/complete.html b/forum/skins/default/templates/auth/complete.html index 5b293eb..1c327bf 100644 --- a/forum/skins/default/templates/auth/complete.html +++ b/forum/skins/default/templates/auth/complete.html @@ -34,6 +34,7 @@
+ {% csrf_token %} {{ form1.next }}
@@ -49,6 +50,13 @@ {% endif %} {{ form1.email }}
+
+ + {% if form1.real_name.errors %} +

{{ form1.real_name.errors|join:", " }}

+ {% endif %} + {{ form1.real_name }} +
{% if form1.password1 %}
@@ -81,6 +89,7 @@ {% if form2 %}