diff --git a/templates/base.html b/templates/base.html
index 7a2074f2..891e243f 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -93,14 +93,14 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% can_view_app users %}
{% trans "Manage the users" %}
{% trans "Manage the clubs" %}
- {% acl_end %}
+ {% acl_end %}
{% can_view_app machines %}
{% trans "Manage the machines" %}
{% acl_end %}
{% can_view_app cotisations %}
{% trans "Manage the subscriptions" %}
{% acl_end %}
-
+
{% for template in optionnal_templates_navbar_user_list%}
{{ template }}
{% endfor %}
@@ -301,8 +301,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
let s = Sapphire();
Konami(s.activate);
+ {% if request.user.shortcuts_enabled %}
-
+ {% endif %}
{# Read the documentation for more information #}