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 @@
Dashboard
-
- Facilities
-
{% if current_user.role in ['admin', 'supervisor', 'project_manager'] %}
Projects
{% endif %}
+
+ Facilities
+
{% if current_user.role != 'customer' %}
Templates