]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/osqaadmin/createuser.html
enabling the CSRF protection middleware and adding the {% csrf_token %} tag to the...
[osqa.git] / forum / skins / default / templates / osqaadmin / createuser.html
index 4b0ed8cb94695c05ae08ae279ca29e8c01ddd71d..65c61b9103d1d2b563a807f5775679331cb1c17e 100644 (file)
@@ -12,6 +12,7 @@
 
 {% block admincontent %}
     <form action="" method="POST">
+        {% csrf_token %}
         <table>
             {{ form.as_table }}
             <tr><th></th><td><input type="submit" value="{% trans "Save" %}"></td></tr>