2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-07 20:32:12 +00:00

Merge pull request #281 from SchrodingersGat/page-title

Page title
This commit is contained in:
Oliver
2019-05-09 18:33:03 +10:00
committed by GitHub
11 changed files with 55 additions and 1 deletions

View File

@@ -2,6 +2,16 @@
{% 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 %}
<div id='part-tree'></div>
{% endblock %}