From 455d9a199b438a405e36a49baf46ffacd95b5315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Wed, 5 Jul 2017 20:35:45 +0200 Subject: [PATCH] move unreject button --- src/c3nav/editor/templates/editor/changeset.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/c3nav/editor/templates/editor/changeset.html b/src/c3nav/editor/templates/editor/changeset.html index bbb1ce34..ef5eac46 100644 --- a/src/c3nav/editor/templates/editor/changeset.html +++ b/src/c3nav/editor/templates/editor/changeset.html @@ -126,6 +126,9 @@ {% if can_unpropose %} {% endif %} + {% if can_unreject %} + + {% endif %}
{% if active %} {% if can_edit %} @@ -141,9 +144,6 @@ {% endif %} - {% if can_unreject %} - - {% endif %} {% endif %} {% if not active and not changeset.closed %}