diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html index 5c6f9c413..cdfbf5fab 100644 --- a/app/templates/admin_template.html +++ b/app/templates/admin_template.html @@ -44,6 +44,8 @@ Support + Features + Documentation {% if current_user.is_authenticated %} {{ current_user.name }} {% if current_user.has_permissions(admin_override=True) %} @@ -51,9 +53,7 @@ {% endif %} Sign out {% else %} - Features Pricing - Documentation Sign in {% endif %}