Changeset e499677 for asadb/template/groups/groups_signatories.html
- Timestamp:
- Dec 26, 2011, 4:40:54 AM (15 years ago)
- 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)
- File:
-
- 1 edited
-
asadb/template/groups/groups_signatories.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/groups/groups_signatories.html
rce7fd92 re499677 29 29 {%for group, role_list in officers %} 30 30 <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> 32 32 {%for holders in role_list%} 33 33 <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.