From 8fefa5b5d5334de03e2c91c37c07c676b383ce71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Wed, 26 Jul 2017 13:29:24 +0200 Subject: [PATCH] add missing csrf token --- src/c3nav/editor/templates/editor/graph.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/c3nav/editor/templates/editor/graph.html b/src/c3nav/editor/templates/editor/graph.html index e81afd4b..f5e2f280 100644 --- a/src/c3nav/editor/templates/editor/graph.html +++ b/src/c3nav/editor/templates/editor/graph.html @@ -24,6 +24,8 @@ {% bootstrap_messages %}
+ {% csrf_token %} +

{% trans 'Default node properties' %}

{% bootstrap_form node_settings_form %}