Changeset 078e53a for asadb/template
- Timestamp:
- Mar 20, 2012, 12:56:16 AM (14 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- f57cf3c
- Parents:
- b8a9c68
- git-author:
- Alex Dehnert <adehnert@…> (03/20/12 00:56:16)
- git-committer:
- Alex Dehnert <adehnert@…> (03/20/12 00:56:16)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/groups/group_detail.html
rb8a9c68 r078e53a 41 41 {% if user.is_authenticated %} 42 42 {% for name, role, people in roles %} 43 <tr >44 <th>{{name}} {%if not role.publicly_visible %}*{%endif%}</th>43 <tr{%if not role.publicly_visible %} class='private-info'{%endif%}> 44 <th>{{name}}</th> 45 45 <td><ul> 46 46 {% for person in people %}<li>{{person.format_person}}</li>{%endfor%}
Note: See TracChangeset
for help on using the changeset viewer.