add back button to setup screen

This commit is contained in:
Matthias 2021-12-11 22:10:05 +01:00
parent 89758f28b2
commit 67b3c339b9
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

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