X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/a9eef437702d5df7a2f97010e6798c689371808c..5c7287b435f2e68257bce3b76ee435d9b07f87f9:/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..b40cb28 --- 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}} @@ -65,7 +66,7 @@ {% endif %}

{% trans "Tag filter tool will be your right panel, once you log in." %}

-
+
{% comment %}