Ignore:
Timestamp:
Dec 26, 2011, 4:40:54 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
72a3d90
Parents:
d9137a7
git-author:
Alex Dehnert <adehnert@…> (12/26/11 04:40:54)
git-committer:
Alex Dehnert <adehnert@…> (12/26/11 04:40:54)
Message:

Mark group status on group list pages (Trac: #45)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/template/groups/groups_signatories.html

    rce7fd92 re499677  
    2929{%for group, role_list in officers %}
    3030<tr>
    31     <th><a href='{% url groups:group-detail group.pk %}'>{{group}}</a></th>
     31    <th><a href='{% url groups:group-detail group.pk %}'>{{group}}</a> ({{group.group_status}})</th>
    3232    {%for holders in role_list%}
    3333    <td>{% if holders %}<ul>{% for person in holders %}<li>{{person}}</li>{%endfor%}</ul>{% endif %}</td>
Note: See TracChangeset for help on using the changeset viewer.