2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 20:15:44 +00:00

remove empty breadcrumb space in settings

This commit is contained in:
Matthias
2021-11-11 00:28:30 +01:00
parent 4d6189653e
commit fcc94b3902

View File

@ -4,6 +4,9 @@
{% load static %}
{% load inventree_extras %}
{% block breadcrumb_list %}
{% endblock %}
{% block page_title %}
{% inventree_title %} | {% trans "Settings" %}
{% endblock %}