X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/07fe485fb0a119fb87f8ec948185b5acdd65300e..6ebde88b50458c1ba0d81d42ab3bc59e131537b1:/forum_modules/akismet/templates/foundspam.html diff --git a/forum_modules/akismet/templates/foundspam.html b/forum_modules/akismet/templates/foundspam.html index 8c39a89..582d615 100644 --- a/forum_modules/akismet/templates/foundspam.html +++ b/forum_modules/akismet/templates/foundspam.html @@ -11,5 +11,27 @@ 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 %} + + + + + + + +
+ {% for post_item in post_data.items %} + + {% endfor %} + + {{ captcha_form.recaptcha }} + +
+
+{% endif %} + -{% endblock %} \ No newline at end of file +{% endblock %}