.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user