]> git.openstreetmap.org Git - osqa.git/blobdiff - forum_modules/akismet/templates/foundspam.html
Added reCaptcha image in case the Akismet module returns spam while checking
[osqa.git] / forum_modules / akismet / templates / foundspam.html
index 8c39a8927f19b32db355ff980f0f0cf194fa476b..03bc660bd19ade70cba1fb19e5e7ed1ac27883c5 100644 (file)
 We're sorry, but Akismet believes your {{ action_name }} is spam.<br />
 If you believe this is an error, please contact the forum administrator.
 {% endblocktrans %}
+
+<form action="." method="post">
+<table>
+       <tr>
+               <td>
+               {% for post_item in post_data.items %}
+               <input type="hidden" name="{{ post_item.0 }}" value="{{ post_item.1 }}" />
+               {% endfor %}
+               {{ captcha_form.captcha }}</td>
+       </tr>
+       <tr>
+               <td><input type="submit" value"{% trans "Submit" %} /></td>
+       </tr>
+</table>
+</form>
+
 </div>
 {% endblock %}
\ No newline at end of file