Do not validate event creation form on back button (#1611)

This commit is contained in:
pajowu
2020-03-12 19:17:49 +01:00
committed by GitHub
parent 262639e063
commit 81cc4bd768

View File

@@ -20,7 +20,7 @@
</button>
{% if wizard.steps.prev %}
<button name="wizard_goto_step" type="submit" value="{{ wizard.steps.prev }}"
class="btn btn-default btn-lg pull-left flip">
class="btn btn-default btn-lg pull-left flip" formnovalidate>
{% trans "Back" %}
</button>
{% endif %}