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 @@