X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/a9eef437702d5df7a2f97010e6798c689371808c..4c63fbcb3e43afa7a5ee9cbe5024737b3318613c:/forum/skins/default/templates/auth/signup.html diff --git a/forum/skins/default/templates/auth/signup.html b/forum/skins/default/templates/auth/signup.html old mode 100755 new mode 100644 index bd5750b..cb1ebbf --- a/forum/skins/default/templates/auth/signup.html +++ b/forum/skins/default/templates/auth/signup.html @@ -22,8 +22,12 @@

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

{% endif %} - {% comment %}

{% trans "Please read and type in the two words below to help us prevent automated account creation." %}

- {{form.recaptcha}}{% endcomment %} +
+ {% for field in form.anti_spam_fields %} +
{{ field }}
+

{{ field.errors }}

+ {% endfor %} +
{% trans "or" %} {% trans "return to login page" %}