From 372bd3239551eb497faddd9b2176b3f39d6be1cb Mon Sep 17 00:00:00 2001 From: corsaronero Date: Thu, 17 Nov 2022 11:04:23 +0000 Subject: [PATCH] buttons in input form displaying 'Weiter', if last step then displaying 'Absenden' --- input/templates/input/extern.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/input/templates/input/extern.html b/input/templates/input/extern.html index 7efd013..f4386a4 100644 --- a/input/templates/input/extern.html +++ b/input/templates/input/extern.html @@ -52,7 +52,11 @@ Du hast {{choice}} ausgewählt. {% if wizard.steps.prev %} {% endif %} + {% if wizard.steps.current == wizard.steps.last %} + + {% else %} + {% endif %}