mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-07 20:32:12 +00:00
Add page title for company page
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
|
||||
{% block page_title %}
|
||||
{% if part %}
|
||||
InvenTree Part - {{ part.name }}
|
||||
InvenTree | Part - {{ part.name }}
|
||||
{% elif category %}
|
||||
InvenTree Part Category - {{ category }}
|
||||
InvenTree | Part Category - {{ category }}
|
||||
{% else %}
|
||||
InvenTree Part List
|
||||
InvenTree | Part List
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
|
Reference in New Issue
Block a user