Changeset 8389289
- Timestamp:
- Feb 26, 2012, 1:07:18 AM (14 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- fb76571
- Parents:
- 9ec48f9
- git-author:
- Alex Dehnert <adehnert@…> (02/26/12 01:07:18)
- git-committer:
- Alex Dehnert <adehnert@…> (02/26/12 01:07:18)
- File:
-
- 1 edited
-
asadb/template/groups/groups_signatories.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/groups/groups_signatories.html
r8c7a670 r8389289 29 29 {%for group, role_list in officers %} 30 30 <tr> 31 <th><a href='{% url groups:group-detail group.pk %}'>{{group}}</a> ({{group.group_status}})<br>{{group.abbreviation}}</th> 31 <th> 32 <a href='{% url groups:group-detail group.pk %}'>{{group}}</a> ({{group.group_status}}) 33 {% if group.abbreviation %}<br>Abbreviation: {{group.abbreviation}}{% endif %} 34 {% if user.is_authenticated and group.officer_email %}<br>Officer list: {{group.officer_email}}{% endif %} 35 </th> 32 36 {%for holders in role_list%} 33 37 <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.