]> git.openstreetmap.org Git - osqa.git/blobdiff - forum_modules/akismet/templates/foundspam.html
OSQA-516, bugfix for the Akismet Module. There was problem with the loading of the...
[osqa.git] / forum_modules / akismet / templates / foundspam.html
index 6b203c00a7ffd9f24c131184a638edac6314f9f2..77251c72de12238bd71075c17e3ae326d1f30eda 100644 (file)
@@ -12,6 +12,7 @@ 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 %}
 
+{% if captcha_form.recaptcha %}
 <form action="." method="post">
 <table>
        <tr>
@@ -19,7 +20,7 @@ If you believe this is an error, please contact the forum administrator.
                {% for post_item in post_data.items %}
                <input type="hidden" name="{{ post_item.0 }}" value="{{ post_item.1 }}" />
                {% endfor %}
-               
+
                {{ captcha_form.recaptcha }}
                
                </td>
@@ -29,6 +30,7 @@ If you believe this is an error, please contact the forum administrator.
        </tr>
 </table>
 </form>
+{% endif %}
 
 </div>
 {% endblock %}