2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 12:05:53 +00:00

Fix company index page title (#5288) (#5291)

(cherry picked from commit 3baa640d70)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
github-actions[bot]
2023-07-20 10:07:39 +10:00
committed by GitHub
parent 49c9b5b1aa
commit db88fbda11

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 %}