]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/close.html
enabling the CSRF protection middleware and adding the {% csrf_token %} tag to the...
[osqa.git] / forum / skins / default / templates / close.html
index d9e73507e37462010f8489c660b94bc0e34bc415..2e8af8d335da9b09b9b1aebd229dc690527de30c 100644 (file)
@@ -21,6 +21,7 @@
     </p>   
     
     <form id="fmclose" action="{% url close question.id %}" method="post" >
+        {% csrf_token %}
         <p>
             <strong>{% trans "Reasons" %}:</strong> {{ form.reason }}
         </p>