remove empty breadcrumb space in settings

This commit is contained in:
Matthias 2021-11-11 00:28:30 +01:00
parent 4d6189653e
commit fcc94b3902
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

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