mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Order modification page: Make cancel button more useful
This commit is contained in:
@@ -66,8 +66,8 @@
|
||||
<div class="row checkout-button-row">
|
||||
<div class="col-md-4">
|
||||
<a class="btn btn-block btn-default btn-lg"
|
||||
href="{{ view.get_index_url }}">
|
||||
{% trans "Revert changes" %}
|
||||
href="{{ view.get_order_url }}">
|
||||
{% trans "Cancel" %}
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-4 col-md-offset-4">
|
||||
|
||||
Reference in New Issue
Block a user