add back button to setup screen
This commit is contained in:
parent
89758f28b2
commit
67b3c339b9
|
|
@ -35,4 +35,8 @@
|
|||
{% trans 'Verify' %}
|
||||
</button>
|
||||
</form>
|
||||
|
||||
<div>
|
||||
<a href="{% url 'settings' %}" class="btn btn-secondary w-100 btn-sm mt-3">{% trans "back to settings" %}</a>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue