Added asset database link to the rigs main page.

This commit is contained in:
Matthew Smith
2019-10-17 21:21:57 +01:00
parent 7864b06ddd
commit 52f13a53a0
3 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{% extends 'base.html' %}
{% block titleheader %}
<a class="navbar-brand" href="{% url 'index' %}">Assets</a>
<a class="navbar-brand" href="{% url 'asset_index' %}">Assets</a>
{% endblock %}
{% block titleelements %}