This commit is contained in:
Ross
2022-06-08 21:58:38 +01:00
parent 4131649251
commit 48e4e420c9
2 changed files with 2 additions and 2 deletions
@@ -2,7 +2,7 @@
<h3>CID Users</h3>
{% if groups %}
Users from the following groups are available: {% for group in groups %}{{group}}{% endfor %} .
Users from the following groups are available: {% for group in groups %}{{group}}, {% endfor %} .
<ol>
{% for cid in current_cid_users %}
@@ -1,7 +1,7 @@
<h3>Users</h3>
{% if groups %}
Users from the following groups are available: {% for group in groups %}<a href='{{group.get_absolute_url}}'>{{group}}</a>{% endfor %} .
Users from the following groups are available: {% for group in groups %}<a href='{{group.get_absolute_url}}'>{{group}}</a>, {% endfor %} .
<ol>
{% for user in current_user_users %}