X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/9ec76fc63597e2d033bf1f1da3d27b91b41f71e0..6ebde88b50458c1ba0d81d42ab3bc59e131537b1:/forum_modules/akismet/templates/foundspam.html diff --git a/forum_modules/akismet/templates/foundspam.html b/forum_modules/akismet/templates/foundspam.html index 03bc660..582d615 100644 --- a/forum_modules/akismet/templates/foundspam.html +++ b/forum_modules/akismet/templates/foundspam.html @@ -12,20 +12,26 @@ We're sorry, but Akismet believes your {{ action_name }} is spam.
If you believe this is an error, please contact the forum administrator. {% endblocktrans %} +{% if captcha_form.recaptcha %}
+{% csrf_token %} + + {{ captcha_form.recaptcha }} + +
{% for post_item in post_data.items %} {% endfor %} - {{ captcha_form.captcha }}
+{% endif %} -{% endblock %} \ No newline at end of file +{% endblock %}