mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add page title for Part app
This commit is contained in:
parent
b9b17f39d9
commit
a067d9f4cd
@ -2,6 +2,16 @@
|
|||||||
|
|
||||||
{% load static %}
|
{% load static %}
|
||||||
|
|
||||||
|
{% block page_title %}
|
||||||
|
{% if part %}
|
||||||
|
InvenTree Part - {{ part.name }}
|
||||||
|
{% elif category %}
|
||||||
|
InvenTree Part Category - {{ category }}
|
||||||
|
{% else %}
|
||||||
|
InvenTree Part List
|
||||||
|
{% endif %}
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block sidenav %}
|
{% block sidenav %}
|
||||||
<div id='part-tree'></div>
|
<div id='part-tree'></div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user