mirror of
https://github.com/pretix/pretix.git
synced 2026-05-13 16:33:59 +00:00
Fixed "Back" buttons in checkout process
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
<div class="row checkout-button-row">
|
||||
<div class="col-md-4">
|
||||
<a class="btn btn-block btn-default btn-lg"
|
||||
href="{{ view.get_questions_url }}">
|
||||
href="{{ view.get_previous_url }}">
|
||||
{% trans "Go back" %}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user