Changeset fbb362a for asadb/template/groups/groups_signatories.html
- Timestamp:
- Aug 25, 2011, 10:53:03 PM (15 years ago)
- Branches:
- master, space-access, stable, stage, test-hooks
- Children:
- 9b391ce, 165e5aa
- Parents:
- d3167b9
- git-author:
- Alex Dehnert <adehnert@…> (08/25/11 22:53:03)
- git-committer:
- Alex Dehnert <adehnert@…> (08/25/11 22:53:03)
- File:
-
- 1 edited
-
asadb/template/groups/groups_signatories.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/groups/groups_signatories.html
r9ea4909 rfbb362a 46 46 {%for group, role_list in officers %} 47 47 <tr> 48 <th><a href='{% url group -detail group.pk %}'>{{group}}</a></th>48 <th><a href='{% url groups:group-detail group.pk %}'>{{group}}</a></th> 49 49 {%for holders in role_list%} 50 50 <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.