remove empty breadcrumb space in settings
This commit is contained in:
parent
4d6189653e
commit
fcc94b3902
|
|
@ -4,6 +4,9 @@
|
|||
{% load static %}
|
||||
{% load inventree_extras %}
|
||||
|
||||
{% block breadcrumb_list %}
|
||||
{% endblock %}
|
||||
|
||||
{% block page_title %}
|
||||
{% inventree_title %} | {% trans "Settings" %}
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue