From ac0f15d9acff6b20fb432946e5bcad54b8d7e2a7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20D=C3=B6rre?= Date: Sun, 19 Nov 2017 11:18:56 +0100 Subject: [PATCH 1/1] add: Back link and better styled cancel-subform --- templates/single_motion.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/single_motion.html b/templates/single_motion.html index edffcc3..7fd1e25 100644 --- a/templates/single_motion.html +++ b/templates/single_motion.html @@ -13,10 +13,11 @@ Motion: {{motion.name}} {%- endif %} {%- if may_cancel %} -
- - + + +
{%- endif %} {%- endif %} +Back {%- endblock %} -- 2.39.2