From dd2879608e047a7d71a648a23e6955ce591950fd Mon Sep 17 00:00:00 2001 From: David Stirling Date: Fri, 1 Nov 2024 13:33:09 +0000 Subject: [PATCH] Changes from @will-moore --- .../webclient/base/includes/group_user_content.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/omeroweb/webclient/templates/webclient/base/includes/group_user_content.html b/omeroweb/webclient/templates/webclient/base/includes/group_user_content.html index 6d69a37316..37ba50f92a 100644 --- a/omeroweb/webclient/templates/webclient/base/includes/group_user_content.html +++ b/omeroweb/webclient/templates/webclient/base/includes/group_user_content.html @@ -28,10 +28,10 @@ {% for grp in myGroups %}
  • - {% if grp.id == active_group.id %} - + {% if grp.id == ome.active_group %} + {% else %} - + {% endif %} - +