diff --git a/physionet-django/console/templates/console/user_management.html b/physionet-django/console/templates/console/user_management.html index 64900684ae..977026db46 100644 --- a/physionet-django/console/templates/console/user_management.html +++ b/physionet-django/console/templates/console/user_management.html @@ -111,21 +111,21 @@

Profile

{% endfor %} - {% if groups %} -
-
- User Groups: -
-
- {% for group in groups %} - {{ group.name }} - {% empty %} - N/A - {% endfor %} -
+
+

Permission Groups

+
+
+
+ The user is a member of the following groups:
- - {% endif %} +
+ {% for group in groups %} + + {% empty %} +
  • No Groups
+ {% endfor %} +
+

Projects