Ignore:
Timestamp:
Sep 26, 2011, 1:04:12 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Include the submit ID

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/template/membership/submitted.html

    rea42397 r8d43bd4  
    99<thead>
    1010    <tr>
     11        <th>Update ID</th>
    1112        <th>Group</th>
    1213        <th>Update time</th>
     
    1718{% for group in group_list %}
    1819<tr>
     20    <td>{{group.id}}</td>
    1921    <th>{{group.group.name}}</th>
    2022    <td>{{group.update_time}}</td>
Note: See TracChangeset for help on using the changeset viewer.