mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix company index page title (#5288)
This commit is contained in:
parent
be59d1eb05
commit
3baa640d70
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user