2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +00:00

hide breadcrumb section

This commit is contained in:
Matthias
2021-10-30 22:15:21 +02:00
parent 13cc329dc6
commit 0ae514e7be

View File

@ -13,6 +13,9 @@
{% include "InvenTree/settings/sidebar.html" %}
{% endblock %}
{% block breadcrumb_list %}
{% endblock %}
{% block content %}
{% include "InvenTree/settings/user.html" %}