Added title for 'Build' app

This commit is contained in:
Oliver Walters 2019-05-09 18:27:16 +10:00
parent ca6bd0a999
commit 40ca468b51
3 changed files with 13 additions and 0 deletions

View File

@ -2,6 +2,10 @@
{% load static %}
{% load inventree_extras %}
{% block page_title %}
InvenTree | Allocate Parts
{% endblock %}
{% block content %}
<h3>Allocate Parts for Build</h3>

View File

@ -1,6 +1,10 @@
{% extends "base.html" %}
{% load static %}
{% block page_title %}
InvenTree | Build - {{ build }}
{% endblock %}
{% block content %}
<div class='row'>

View File

@ -1,5 +1,10 @@
{% extends "base.html" %}
{% load static %}
{% block page_title %}
InvenTree | Build List
{% endblock %}
{% block content %}