mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-07 04:12:11 +00:00
Add page title for company page
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
|
||||
{% block page_title %}
|
||||
{% if item %}
|
||||
InvenTree Stock Item - {{ item }}
|
||||
InvenTree | Stock Item - {{ item }}
|
||||
{% elif location %}
|
||||
InvenTree Stock Location - {{ location }}
|
||||
InvenTree | Stock Location - {{ location }}
|
||||
{% else %}
|
||||
InvenTree Stock
|
||||
InvenTree | Stock
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
|
Reference in New Issue
Block a user