Added title for Index and Search pages

This commit is contained in:
Oliver Walters 2019-05-09 18:28:19 +10:00
parent 40ca468b51
commit 6724717346
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,9 @@
{% extends "base.html" %}
{% block page_title %}
InvenTree | Index
{% endblock %}
{% block content %}
<h3>InvenTree</h3>
<hr>

View File

@ -1,5 +1,9 @@
{% extends "base.html" %}
{% block page_title %}
InvenTree | Search Results
{% endblock %}
{% block content %}
<h3>Search Results</h3>