From 306f543887dc40c8d2e3556d751e52d6299cc3f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Sun, 11 Jun 2017 02:14:45 +0200 Subject: [PATCH] remove button on top right in edit view, we now have position:sticky --- src/c3nav/editor/templates/editor/edit.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/c3nav/editor/templates/editor/edit.html b/src/c3nav/editor/templates/editor/edit.html index 7d93045e..dd67bc25 100644 --- a/src/c3nav/editor/templates/editor/edit.html +++ b/src/c3nav/editor/templates/editor/edit.html @@ -3,10 +3,6 @@ {% include 'editor/fragment_sections.html' %} - - {% trans 'Cancel' %} - -

{% if new %} {% blocktrans %}New {{ model_title }}{% endblocktrans %}