Changeset f0a4fc4 for asadb/template
- Timestamp:
- Aug 11, 2011, 2:08:00 AM (14 years ago)
- Branches:
- master, space-access, stable, stage, test-hooks
- Children:
- b6d89f2
- Parents:
- 2abe1dc
- git-author:
- Alex Dehnert <adehnert@…> (08/11/11 02:08:00)
- git-committer:
- Alex Dehnert <adehnert@…> (08/11/11 02:08:00)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/groups/groups_signatories.html
r7a117da rf0a4fc4 35 35 {%for group, role_list in officers %} 36 36 <tr> 37 <th> {{group}}</th>37 <th><a href='{% url group-detail group.pk %}'>{{group}}</a></th> 38 38 {%for holders in role_list%} 39 39 <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.