]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/reopen.html
enabling the CSRF protection middleware and adding the {% csrf_token %} tag to the...
[osqa.git] / forum / skins / default / templates / reopen.html
index cd0c37bc50500b76a2db50f84e3a7de707e5215a..7de075ee14411f4b7df0c9ff643c2550d0ab9580 100644 (file)
         </strong>
     </p>
     
-    <form id="fmclose" action="{% url reopen question.id %}" method="post" >
-
+    <form id="fmclose" action="{% url reopen question.id %}" method="post">
+        {% csrf_token %}
         <div id="" style="padding:20px 0 20px 0">
             <input type="submit" value="{% trans "Reopen this question" %}" class="submit" />
             <input id="btBack" type="button" value="{% trans "Cancel" %}"  class="submit"  />
-            
         </div>
-        
     </form>
 </div>
 {% endblock %}