Changeset 227f644
- Timestamp:
- Aug 9, 2011, 3:48:31 AM (15 years ago)
- Branches:
- master, space-access, stable, stage, test-hooks
- Children:
- 8ead7ed
- Parents:
- 8629211
- git-author:
- Alex Dehnert <adehnert@…> (08/09/11 03:48:31)
- git-committer:
- Alex Dehnert <adehnert@…> (08/09/11 03:48:31)
- File:
-
- 1 edited
-
asadb/template/groups/groups_signatories.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/groups/groups_signatories.html
ra96622c r227f644 37 37 <th>{{group}}</th> 38 38 {%for holders in role_list%} 39 <td> <ul>{% for person in holders %}<li>{{person}}</li>{%endfor%}</ul></td>39 <td>{% if holders %}<ul>{% for person in holders %}<li>{{person}}</li>{%endfor%}</ul>{% endif %}</td> 40 40 {%endfor%} 41 41 </tr>
Note: See TracChangeset
for help on using the changeset viewer.