From 40ca468b51a7ddacf96464b19dbf880c62c781ea Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 9 May 2019 18:27:16 +1000 Subject: [PATCH] Added title for 'Build' app --- InvenTree/build/templates/build/allocate.html | 4 ++++ InvenTree/build/templates/build/detail.html | 4 ++++ InvenTree/build/templates/build/index.html | 5 +++++ 3 files changed, 13 insertions(+) diff --git a/InvenTree/build/templates/build/allocate.html b/InvenTree/build/templates/build/allocate.html index d6657ea196..1aa5338551 100644 --- a/InvenTree/build/templates/build/allocate.html +++ b/InvenTree/build/templates/build/allocate.html @@ -2,6 +2,10 @@ {% load static %} {% load inventree_extras %} +{% block page_title %} +InvenTree | Allocate Parts +{% endblock %} + {% block content %}

Allocate Parts for Build

diff --git a/InvenTree/build/templates/build/detail.html b/InvenTree/build/templates/build/detail.html index 9ca444f516..8beeb6ac08 100644 --- a/InvenTree/build/templates/build/detail.html +++ b/InvenTree/build/templates/build/detail.html @@ -1,6 +1,10 @@ {% extends "base.html" %} {% load static %} +{% block page_title %} +InvenTree | Build - {{ build }} +{% endblock %} + {% block content %}
diff --git a/InvenTree/build/templates/build/index.html b/InvenTree/build/templates/build/index.html index af24a6ca53..d52bcb4c4a 100644 --- a/InvenTree/build/templates/build/index.html +++ b/InvenTree/build/templates/build/index.html @@ -1,5 +1,10 @@ {% extends "base.html" %} {% load static %} + +{% block page_title %} +InvenTree | Build List +{% endblock %} + {% block content %}