From 0e70d88fbfa47465e2aaba5b24284150dd3b255a Mon Sep 17 00:00:00 2001 From: geistling <34081638+geistling@users.noreply.github.com> Date: Wed, 21 Aug 2024 18:07:29 -0400 Subject: [PATCH] update ProjectDetail user table --- .../project/templates/project/project_detail.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/coldfront/core/project/templates/project/project_detail.html b/coldfront/core/project/templates/project/project_detail.html index 5776a925e..2aa035196 100644 --- a/coldfront/core/project/templates/project/project_detail.html +++ b/coldfront/core/project/templates/project/project_detail.html @@ -349,8 +349,8 @@

{{ user.user.first_name }} {{ user.user.last_name }} {{ user.user.email }} {{ user.role.name }} - {% if is_allowed_to_update_permissions %} - + + {% if is_allowed_to_update_permissions %} value="{{ user.enable_notifications }}" {% if user.enable_notifications %} checked {% endif %} disabled> - - {% endif %} - - {% if is_allowed_to_update_permissions and user != project.pi %} - Edit {% endif %} + {% if is_allowed_to_update_permissions and user != project.pi %} + + Edit + + {% endif %} {% endfor %}