X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/2444d6ffd7995be782615589fb1d5aef2c8277ce..6ebde88b50458c1ba0d81d42ab3bc59e131537b1:/forum_modules/akismet/templates/foundspam.html?ds=inline diff --git a/forum_modules/akismet/templates/foundspam.html b/forum_modules/akismet/templates/foundspam.html index 6b203c0..582d615 100644 --- a/forum_modules/akismet/templates/foundspam.html +++ b/forum_modules/akismet/templates/foundspam.html @@ -12,14 +12,16 @@ 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 %} @@ -29,6 +31,7 @@ If you believe this is an error, please contact the forum administrator.
{% for post_item in post_data.items %} {% endfor %} - + {{ captcha_form.recaptcha }}
+{% endif %} {% endblock %}