diff --git a/ogcp/templates/base.html b/ogcp/templates/base.html
index 39680c3..8906fd9 100644
--- a/ogcp/templates/base.html
+++ b/ogcp/templates/base.html
@@ -33,10 +33,10 @@
{{ _('Images') }}
- {% if current_user.admin %}
{{ _('Scopes management') }}
+ {% if current_user.admin %}
{{ _('Repos') }}
diff --git a/ogcp/templates/scopes.html b/ogcp/templates/scopes.html
index 9b93971..8a0701f 100644
--- a/ogcp/templates/scopes.html
+++ b/ogcp/templates/scopes.html
@@ -16,6 +16,7 @@
{% endblock %}
{% block commands %}
+ {% if current_user.is_authenticated %}
+ {% endif %}
+ {% if current_user.admin %}
+ {% endif %}
{% if btn_back %}