diff --git a/templates/groups/group_list.html b/templates/groups/group_list.html index 10c0a7f..c508bf0 100644 --- a/templates/groups/group_list.html +++ b/templates/groups/group_list.html @@ -8,9 +8,10 @@
| Group Name | Status | Actions | |
|---|---|---|---|
| Group Name | Description | Status | Actions |
| {{ group }} | +{{ group.description }} | {% if pending %}Request Pending{% else %}{% if status %}{{ status }}{% endif %}{% endif %} | {% ifequal status None %}{% if requestable %}Request Membership{% endif %}{% endifequal %} {% if not fixed and status %}Leave {% endif %} |