Changeset 6032bec for asadb/template/groups
- Timestamp:
- Aug 15, 2011, 12:38:05 AM (15 years ago)
- Branches:
- master, space-access, stable, stage, test-hooks
- Children:
- 243437e
- Parents:
- f07e84b
- git-author:
- Alex Dehnert <adehnert@…> (08/15/11 00:38:05)
- git-committer:
- Alex Dehnert <adehnert@…> (08/15/11 00:38:05)
- File:
-
- 1 edited
-
asadb/template/groups/group_detail.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/groups/group_detail.html
r0bd161f r6032bec 26 26 <td>{{group.group_email}}</td> 27 27 </tr>{% endif %} 28 29 <tr><th colspan='2'>People</th></tr> 30 {% for name, role, people in roles %} 31 <tr> 32 <th>{{name}}</th> 33 <td><ul> 34 {% for person in people %}<li>{{person.person}}</li>{%endfor%} 35 </ul></td> 36 </tr> 37 {% endfor %} 28 38 29 39 <tr><th colspan='2'>Recognition</th></tr>
Note: See TracChangeset
for help on using the changeset viewer.