X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/89dc943636b014596c9fe19395e2ebe9eb5fb433..1270fca13da4f47863330f009275838bde5c58e6:/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 20880ec..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 %}
@@ -74,14 +82,6 @@ {{ form1.recaptcha }}
{% endif %} -

{% trans "receive updates motivational blurb" %}

-
- {{email_feeds_form.subscribe}} - {% if email_feeds_form.errors %} -

{% trans "please select one of the options above" %}

- {% endif %} -
-

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

@@ -89,15 +89,13 @@ {% if form2 %}