From 3d148a7196ee081c2c177fab0923a909454c5ca3 Mon Sep 17 00:00:00 2001 From: FreneticScribbler Date: Tue, 22 Oct 2019 17:56:56 +0100 Subject: [PATCH] Add RIGS hyperlink to assets header. Closes #367. I'd rather have it further over, but that breaks out of the navbar, and I don't want to move the assets links more right... --- templates/base_assets.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/base_assets.html b/templates/base_assets.html index 9b5962a2..7dd53034 100644 --- a/templates/base_assets.html +++ b/templates/base_assets.html @@ -1,6 +1,7 @@ {% extends 'base.html' %} {% block titleheader %} - Assets + RIGS + Assets {% endblock %} {% block titleelements %} @@ -27,4 +28,4 @@ {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %}