2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 20:46:47 +00:00

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

(cherry picked from commit 3baa640d7003e0131d7bd3d3aba828083b0ab46f)

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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