add a link to home

This commit is contained in:
Andreas Zweili 2017-12-25 13:56:22 +01:00
parent d28915a2c1
commit 36bee7ba1f
2 changed files with 2 additions and 0 deletions

View File

@ -499,6 +499,7 @@ extended by them.
<head>
</head>
<body>
<a href="{% url 'index' %}">Home</a>
<h1>{% block section_title %}Device Inventory{% endblock %}</h1>
{% block content %}{% endblock %}
</body>

View File

@ -2,6 +2,7 @@
<head>
</head>
<body>
<a href="{% url 'index' %}">Home</a>
<h1>{% block section_title %}Device Inventory{% endblock %}</h1>
{% block content %}{% endblock %}
</body>