cancel button

This commit is contained in:
Lynne Megido 2019-09-01 14:46:42 +10:00
parent 5336013a95
commit a7bde87a45
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@
{% endif %}
<div class="container centred">
<a href="/"><i class="fas fa-times"></i> Cancel</a>
{% if session['step'] != 1 %}
<button class="button btn-secondary"><i class="fas fa-arrow-left"></i> Back</button>
{% endif %}

View File

@ -35,6 +35,7 @@
{% endif %}
<div class="container centred">
<a href="/"><i class="fas fa-times"></i> Cancel</a>
{% if session['step'] != 1 %}
<button class="button btn-secondary"><i class="fas fa-arrow-left"></i> Back</button>
{% endif %}