add missing csrf token
This commit is contained in:
parent
894fcadf03
commit
8fefa5b5d5
1 changed files with 2 additions and 0 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue