add missing csrf token

This commit is contained in:
Laura Klünder 2017-07-26 13:29:24 +02:00
parent 894fcadf03
commit 8fefa5b5d5

View file

@ -24,6 +24,8 @@
{% bootstrap_messages %}
<form action="{{ request.path }}" method="post">
{% csrf_token %}
<h4>{% trans 'Default node properties' %}</h4>
{% bootstrap_form node_settings_form %}