diff --git a/app/templates/base.html b/app/templates/base.html index 9815153..c60bb08 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -152,11 +152,6 @@ {% endif %} - {% if current_user.role == 'admin' %} - - {% endif %} {% if current_user.role in ['admin', 'director'] %} {% endif %} {% if current_user.role == 'admin' %} - - - - {% endif %}