From a0176667eabc18b371f26ab9aee2d4d110aa2f90 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 11 Jan 2011 14:42:03 +0000 Subject: [PATCH] Added description to the group view --- templates/groups/group_list.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ {% if group_list %} - + {% for id, group, status, requestable, fixed, pending in group_list %} +
Group NameStatusActions
Group NameDescriptionStatusActions
{{ 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 %}