mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Do not validate event creation form on back button (#1611)
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user