Ignore:
Timestamp:
May 6, 2013, 8:15:06 PM (13 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
b4cc0cc
Parents:
83759bf
git-author:
Alex Dehnert <adehnert@…> (05/06/13 20:15:06)
git-committer:
Alex Dehnert <adehnert@…> (05/06/13 20:15:06)
Message:

Show group status on the non-student officers page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/template/groups/reporting/non-students.html

    r213dd57 r52fb1d5  
    3535<tr>
    3636    <th><a href='?sort=group'>Group</a></th>
     37    <th><a href='?sort=status'>Status</a></th>
    3738    <th><a href='?sort=role'>Role</a></th>
    3839    <th><a href='?sort=person'>Person</a></th>
     
    4142<tr>
    4243    <td><a href='{% url groups:group-detail holder.group.pk %}'>{{holder.group.name}}</a></td>
     44    <td>{{holder.group.group_status}}</td>
    4345    <td>{{holder.role.display_name}}</td>
    4446    <td>{{holder.person}}</td>
Note: See TracChangeset for help on using the changeset viewer.