2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

Fix company index page title (#5288)

This commit is contained in:
Oliver
2023-07-20 08:12:31 +10:00
committed by GitHub
parent be59d1eb05
commit 3baa640d70

View File

@ -5,7 +5,7 @@
{% load inventree_extras %} {% load inventree_extras %}
{% block page_title %} {% block page_title %}
{% inventree_title %} | {% trans "Supplier List" %} {% inventree_title %}{% if title %} | {{ title }}{% endif %}
{% endblock page_title %} {% endblock page_title %}
{% block heading %} {% block heading %}