Commit 2faa7bc2 by Piotr Śniegowski

Add missing csrf_token in AdminRenderer post form.

parent 9f74b886
......@@ -166,6 +166,7 @@
<form action="{{ request.get_full_path }}" method="POST" enctype="multipart/form-data" class="form-horizontal" novalidate>
<div class="modal-body">
<fieldset>
{% csrf_token %}
{{ post_form }}
</fieldset>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment