Changeset 52fb1d5 for asadb/template/groups/reporting/non-students.html
- Timestamp:
- May 6, 2013, 8:15:06 PM (13 years ago)
- 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)
- File:
-
- 1 edited
-
asadb/template/groups/reporting/non-students.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/groups/reporting/non-students.html
r213dd57 r52fb1d5 35 35 <tr> 36 36 <th><a href='?sort=group'>Group</a></th> 37 <th><a href='?sort=status'>Status</a></th> 37 38 <th><a href='?sort=role'>Role</a></th> 38 39 <th><a href='?sort=person'>Person</a></th> … … 41 42 <tr> 42 43 <td><a href='{% url groups:group-detail holder.group.pk %}'>{{holder.group.name}}</a></td> 44 <td>{{holder.group.group_status}}</td> 43 45 <td>{{holder.role.display_name}}</td> 44 46 <td>{{holder.person}}</td>
Note: See TracChangeset
for help on using the changeset viewer.