From e4e8823a1ab4f119988fcbc10639a054b3ee4382 Mon Sep 17 00:00:00 2001 From: FreneticScribbler Date: Fri, 19 Jun 2020 10:38:13 +0100 Subject: [PATCH] Fix navbar alignment --- RIGS/templates/base_rigs.html | 7 +++++-- assets/templates/base_assets.html | 3 +++ templates/base.html | 6 +++++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/RIGS/templates/base_rigs.html b/RIGS/templates/base_rigs.html index 8c75a17e..609d923e 100644 --- a/RIGS/templates/base_rigs.html +++ b/RIGS/templates/base_rigs.html @@ -72,9 +72,12 @@ {% endif %} -{% include 'partials/navbar_user.html' %} - {% endblock %} + +{% block titleelements_right %} +{% include 'partials/navbar_user.html' %} +{% endblock %} + {% block js %} diff --git a/assets/templates/base_assets.html b/assets/templates/base_assets.html index 91413433..8d34c766 100644 --- a/assets/templates/base_assets.html +++ b/assets/templates/base_assets.html @@ -37,5 +37,8 @@ {% endif %} +{% endblock %} + +{% block titleelements_right %} {% include 'partials/navbar_user.html' %} {% endblock %} diff --git a/templates/base.html b/templates/base.html index 8541ba1b..e44703bb 100644 --- a/templates/base.html +++ b/templates/base.html @@ -52,10 +52,14 @@