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