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 %}