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