mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Added title for Index and Search pages
This commit is contained in:
parent
40ca468b51
commit
6724717346
@ -1,5 +1,9 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block page_title %}
|
||||
InvenTree | Index
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h3>InvenTree</h3>
|
||||
<hr>
|
||||
|
@ -1,5 +1,9 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block page_title %}
|
||||
InvenTree | Search Results
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<h3>Search Results</h3>
|
||||
|
Loading…
Reference in New Issue
Block a user