Changeset 8389289


Ignore:
Timestamp:
Feb 26, 2012, 1:07:18 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Show officer list on signatory page

Also, label the abbreviation better

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/template/groups/groups_signatories.html

    r8c7a670 r8389289  
    2929{%for group, role_list in officers %}
    3030<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>
    3236    {%for holders in role_list%}
    3337    <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.