diff --git a/app/templates/base.html b/app/templates/base.html index 05aa009..cfd2fbb 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -60,14 +60,14 @@ - {% if current_user.role in ['admin', 'supervisor', 'project_manager'] %} {% endif %} + {% if current_user.role != 'customer' %}