X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/8f046a503d21585015e85c7526675eead570d294..dcacc3b4c2ba2f550806a2d22b183f6fac4f63ff:/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 a7f891a..efaf531 100644 --- a/forum/skins/default/templates/auth/complete.html +++ b/forum/skins/default/templates/auth/complete.html @@ -9,8 +9,15 @@
- {% trans "You are here for the first time with " %}{{ provider }} - {% trans "Please create your screen name and save your email address. Saved email address will let you subscribe for the updates on the most interesting questions and will be used to create and retrieve your unique avatar image. " %} + {# Only display the OpenID greeting if a provider is detected. #} + {% if provider %} +

+ {% trans "You are here for the first time with " %}{{ provider }} +

+ {% endif %} +

+ {% trans "Please choose your screen name and confirm your email address. A valid email address is necessary to receive notifications about activity in the areas of this community you're most interested in, and will help you become an involved participant in this community." %} +

{% trans "This account already exists, please use another." %}

@@ -27,6 +34,7 @@
+ {% csrf_token %} {{ form1.next }}
@@ -42,6 +50,13 @@ {% endif %} {{ form1.email }}
+
+ + {% if form1.real_name.errors %} +

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

+ {% endif %} + {{ form1.real_name }} +
{% if form1.password1 %}
@@ -58,34 +73,33 @@ {{ form1.password2 }}
{% endif %} -

{% trans "receive updates motivational blurb" %}

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

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

+ {% if form1.recaptcha %} +
+ + {% if form1.recaptcha.errors %} +

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

+ {% endif %} + {{ form1.recaptcha }} +
{% endif %} -
-

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

-
+
{% comment %} {% if form2 %}