1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2024-09-28 23:23:04 +00:00

don't show back button on first page

This commit is contained in:
Lynne Megido 2019-09-01 14:43:05 +10:00
parent f2a124aff5
commit 5336013a95
2 changed files with 4 additions and 0 deletions

View file

@ -32,7 +32,9 @@
{% endif %}
<div class="container centred">
{% if session['step'] != 1 %}
<button class="button btn-secondary"><i class="fas fa-arrow-left"></i> Back</button>
{% endif %}
<button class="button btn-primary"><i class="fas fa-arrow-right"></i> Next</button>
</div>
</form>

View file

@ -35,7 +35,9 @@
{% endif %}
<div class="container centred">
{% if session['step'] != 1 %}
<button class="button btn-secondary"><i class="fas fa-arrow-left"></i> Back</button>
{% endif %}
<button class="button btn-primary"><i class="fas fa-arrow-right"></i> Next</button>
</div>
</form>