]> git.openstreetmap.org Git - osqa.git/blobdiff - forum_modules/akismet/templates/foundspam.html
fixing bad attribute declaration for the submit button of the Akismet spam detection...
[osqa.git] / forum_modules / akismet / templates / foundspam.html
index 77251c72de12238bd71075c17e3ae326d1f30eda..82f647bf8e549c9a3be64bf6bbd23bd408cf5d4a 100644 (file)
@@ -14,6 +14,7 @@ If you believe this is an error, please contact the forum administrator.
 
 {% if captcha_form.recaptcha %}
 <form action="." method="post">
+{% csrf_token %}
 <table>
        <tr>
                <td>
@@ -26,7 +27,7 @@ If you believe this is an error, please contact the forum administrator.
                </td>
        </tr>
        <tr>
-               <td><input type="submit" value"{% trans "Submit" %} /></td>
+               <td><input type="submit" value="{% trans "Submit" %}" /></td>
        </tr>
 </table>
 </form>