Changeset 8d43bd4 for asadb/template/membership
- Timestamp:
- Sep 26, 2011, 1:04:12 AM (14 years ago)
- Branches:
- master, space-access, stable, stage, test-hooks
- Children:
- 6d986af
- Parents:
- 0e6090f
- git-author:
- Alex Dehnert <adehnert@…> (09/26/11 01:04:12)
- git-committer:
- Alex Dehnert <adehnert@…> (09/26/11 01:04:12)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/membership/submitted.html
rea42397 r8d43bd4 9 9 <thead> 10 10 <tr> 11 <th>Update ID</th> 11 12 <th>Group</th> 12 13 <th>Update time</th> … … 17 18 {% for group in group_list %} 18 19 <tr> 20 <td>{{group.id}}</td> 19 21 <th>{{group.group.name}}</th> 20 22 <td>{{group.update_time}}</td>
Note: See TracChangeset
for help on using the changeset viewer.