Fixed "Back" buttons in checkout process

This commit is contained in:
Raphael Michel
2015-06-23 10:08:32 +02:00
parent bef9e05e0b
commit 6ee8201b72
2 changed files with 9 additions and 2 deletions

View File

@@ -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>