mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Do not validate event creation form on back button (#1611)
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
</button>
|
</button>
|
||||||
{% if wizard.steps.prev %}
|
{% if wizard.steps.prev %}
|
||||||
<button name="wizard_goto_step" type="submit" value="{{ 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" %}
|
{% trans "Back" %}
|
||||||
</button>
|
</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user