mirror of
https://github.com/pretix/pretix.git
synced 2026-08-09 10:37:50 +00:00
Change button order
This commit is contained in:
@@ -10,12 +10,12 @@
|
||||
{% bootstrap_form_errors form type='all' layout='inline' %}
|
||||
{% bootstrap_field form.code %}
|
||||
<div class="form-group buttons">
|
||||
<button type="submit" class="btn btn-primary">
|
||||
{% trans "Okay" %}
|
||||
</button>
|
||||
<a href="{{ cancel_url }}" class="btn btn-default">
|
||||
<a href="{{ cancel_url }}" class="btn btn-lg btn-default">
|
||||
{% trans "Cancel" %}
|
||||
</a>
|
||||
<button type="submit" class="btn btn-lg btn-primary">
|
||||
{% trans "Continue" %}
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user