X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/a9eef437702d5df7a2f97010e6798c689371808c..133a8f939cdfa69dd6a7caeafed158aa38d20092:/forum/skins/default/templates/auth/signin.html diff --git a/forum/skins/default/templates/auth/signin.html b/forum/skins/default/templates/auth/signin.html old mode 100755 new mode 100644 index d4ee9fc..4c06278 --- a/forum/skins/default/templates/auth/signin.html +++ b/forum/skins/default/templates/auth/signin.html @@ -24,14 +24,22 @@ {% if msg %}

{{ msg }}

{% endif %} - + {% for provider in top_stackitem_providers %} +
+ {% include provider.stack_item_template %} + +
+ {% endfor %} + {% if top_stackitem_providers %} +

{% trans 'Or...' %}

+ {% endif %}
{% trans "Click to sign in through any of these services." %}
{% if request.user.is_anonymous %}
- {% trans "Take the opurtunity to validate my email next to the external provider I choose." %} + {% trans "Take the oppurtunity to validate my email next to the external provider I choose." %}
{% endif %}
@@ -73,12 +81,16 @@ {% for provider in stackitem_providers %} -

Or...

+

{% trans 'Or...' %}

{% include provider.stack_item_template %}
{% endfor %} +

{% trans 'Or...' %}

+
+ {% trans 'Click' %} here {% trans "if you're having troubles signing in." %} +