X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/c6fe5ef7d8e2c42066e0f096d4d1c90a356c5b94..31f67094578292b834139406a9aaea3a15123218:/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..efaf531 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 %}
@@ -80,7 +88,8 @@ {% comment %} {% if form2 %}