X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/a9eef437702d5df7a2f97010e6798c689371808c..5cced8510af03eec1438cfefcf9f44e2e7a49087:/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 old mode 100755 new mode 100644 index cb2dc5a..a7f891a --- a/forum/skins/default/templates/auth/complete.html +++ b/forum/skins/default/templates/auth/complete.html @@ -24,39 +24,40 @@ {% endif %} {% endif %} - {% comment %} - {% if form2.errors %} -
- {% trans "Sorry, looks like we have some errors:" %}
- -
- {% endif %} - {% endcomment %}
{{ form1.next }} -
- +
+ {% if form1.username.errors %}

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

{% endif %} {{ form1.username }}
- + {% if form1.email.errors %}

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

{% endif %} {{ form1.email }}
+ {% if form1.password1 %} +
+ + {% if form1.password1.errors %} +

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

+ {% endif %} + {{ form1.password1 }} +
+
+ + {% if form1.password2.errors %} +

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

+ {% endif %} + {{ form1.password2 }} +
+ {% endif %}

{% trans "receive updates motivational blurb" %}

{{email_feeds_form.subscribe}}