X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/1a949f7c97dc2f34c135f5cdf088df2927d3d652..90c5e59a561e599107bbdf196c713f29ef12a048:/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 cb2dc5a..a7f891a 100644 --- 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}}