2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

add back button to setup screen

This commit is contained in:
Matthias
2021-12-11 22:10:05 +01:00
parent 89758f28b2
commit 67b3c339b9

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