From e7b8e36d8c56ffddee74941705268d72bf800b53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Fri, 10 Nov 2017 21:24:51 +0100 Subject: [PATCH] remove duplicate bootstrap_messages --- src/c3nav/editor/templates/editor/level.html | 1 - src/c3nav/editor/templates/editor/space.html | 1 - 2 files changed, 2 deletions(-) diff --git a/src/c3nav/editor/templates/editor/level.html b/src/c3nav/editor/templates/editor/level.html index 7119b955..3d3e2aa2 100644 --- a/src/c3nav/editor/templates/editor/level.html +++ b/src/c3nav/editor/templates/editor/level.html @@ -24,7 +24,6 @@ « {% trans 'back to parent level' %} {% endif %}

-{% bootstrap_messages %} {% url 'editor.levels.graph' level=level.pk as graph_url %} {% include 'editor/fragment_child_models.html' with graph_url=graph_url %} diff --git a/src/c3nav/editor/templates/editor/space.html b/src/c3nav/editor/templates/editor/space.html index 2624f4a0..302a454c 100644 --- a/src/c3nav/editor/templates/editor/space.html +++ b/src/c3nav/editor/templates/editor/space.html @@ -13,7 +13,6 @@

« {% trans 'back to overview' %}

-{% bootstrap_messages %} {% url 'editor.spaces.graph' space=space.pk as graph_url %} {% include 'editor/fragment_child_models.html' with graph_url=graph_url %}