1
0
Fork 0

buttons in input form displaying 'Weiter', if last step then displaying 'Absenden'

This commit is contained in:
corsaronero 2022-11-17 11:04:23 +00:00
parent 8d6be910f3
commit 372bd32395
1 changed files with 4 additions and 0 deletions

View File

@ -52,7 +52,11 @@ Du hast {{choice}} ausgewählt.
{% if wizard.steps.prev %}
<button formnovalidate="formnovalidate" name="wizard_goto_step" type="submit" value="{{ wizard.steps.prev }}">Zurück</button>
{% endif %}
{% if wizard.steps.current == wizard.steps.last %}
<button type="submit" value="{% trans "Weiter" %}">Absenden</button>
{% else %}
<button type="submit" value="{% trans "Weiter" %}">Weiter</button>
{% endif %}
</form>
<p>
<img src="https://upload.wikimedia.org/wikipedia/commons/c/c4/Figuren_klein.jpg"><p>