diff --git a/gregor_django/templates/gregor_anvil/partnergroup_detail.html b/gregor_django/templates/gregor_anvil/partnergroup_detail.html index b1c3ebea..a58de35e 100644 --- a/gregor_django/templates/gregor_anvil/partnergroup_detail.html +++ b/gregor_django/templates/gregor_anvil/partnergroup_detail.html @@ -70,7 +70,26 @@

-

Partner Group Users

- {% render_table tables.0 %} -

Partner Group user list only contains those group users who have created an account on this website.

+
+
+
+

+ +

+
+
+

+ This table shows users who are associated with this Partner Group. +

+ {% render_table tables.0 %} +
+
+
+
+
+ {% endblock after_panel %} diff --git a/gregor_django/templates/gregor_anvil/researchcenter_detail.html b/gregor_django/templates/gregor_anvil/researchcenter_detail.html index b53fed26..4b8bb1ef 100644 --- a/gregor_django/templates/gregor_anvil/researchcenter_detail.html +++ b/gregor_django/templates/gregor_anvil/researchcenter_detail.html @@ -69,7 +69,26 @@

-

Research Center Users

- {% render_table tables.0 %} -

Research center user list only contains those site users who have created an account on this website.

+
+
+
+

+ +

+
+
+

+ This table shows users who are associated with this Partner Group. +

+ {% render_table tables.0 %} +
+
+
+
+
+ {% endblock after_panel %}