merge with upstream master
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
<div class="navigation_buttons">
|
||||
<a class="back button" href="{{ context['steps'][context['current_step'] - 2][2] }}">Back</a>
|
||||
{% if context['hide_back'] %}
|
||||
{% else %}
|
||||
<a class="back button" href="{{ context['steps'][context['current_step'] - 2][2] }}">Back</a>
|
||||
{% endif %}
|
||||
|
||||
{% if context['steps']|length > context['current_step'] and not context.get('no_proceed') %}
|
||||
{% if not form or context['override_form'] %}
|
||||
<a class="button" href="{{ context['steps'][context['current_step']][2] }}" value="Next">Next</a>
|
||||
|
||||
Reference in New Issue
Block a user