filebrowser csrf issues fix
[redakcja.git] / apps / filebrowser / templates / filebrowser / makedir.html
index 2a4466f..c0320df 100644 (file)
@@ -34,6 +34,7 @@
 {% block content %}
 <div id="content-main">
     <form action="{% query_string %}" method="post">
+    {% csrf_token %}
     <div>
         {% if form.errors %}<p class="errornote">{% trans 'Please correct the following errors.' %}</p>{% endif %}
         <fieldset class="module aligned">
@@ -59,4 +60,4 @@
     </div>
     </form>
 </div>
-{% endblock %}
\ No newline at end of file
+{% endblock %}