From 57b13e6e2b88c46b82e97622ab8d825bb040d9db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Tue, 19 Dec 2017 17:24:51 +0100 Subject: [PATCH] fix button logic for changeset reviewing --- src/c3nav/editor/templates/editor/changeset.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/c3nav/editor/templates/editor/changeset.html b/src/c3nav/editor/templates/editor/changeset.html index 0f385081..1d0be536 100644 --- a/src/c3nav/editor/templates/editor/changeset.html +++ b/src/c3nav/editor/templates/editor/changeset.html @@ -138,15 +138,15 @@ {% if can_propose %} {% endif %} - {% if can_start_review %} - - {% endif %} {% if can_end_review %} {% endif %} {% endif %} - {% if not active and not changeset.closed %} + {% if can_start_review %} + + {% endif %} + {% if not active and not changeset.closed and can_edit %} {% endif %}