2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +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' %} {% trans 'Verify' %}
</button> </button>
</form> </form>
<div>
<a href="{% url 'settings' %}" class="btn btn-secondary w-100 btn-sm mt-3">{% trans "back to settings" %}</a>
</div>
{% endblock %} {% endblock %}