Changeset 669d447
- Timestamp:
- Jan 23, 2012, 4:06:25 AM (14 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- e0ac866
- Parents:
- 1cfb402
- git-author:
- Alex Dehnert <adehnert@…> (01/23/12 04:06:25)
- git-committer:
- Alex Dehnert <adehnert@…> (01/23/12 04:06:25)
- File:
-
- 1 edited
-
asadb/template/groups/group_detail.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/groups/group_detail.html
r1cfb402 r669d447 28 28 29 29 <tr><th colspan='2'>People</th></tr> 30 {% if user.is_authenticated %} 30 31 {% for name, role, people in roles %} 31 32 <tr> … … 36 37 </tr> 37 38 {% endfor %} 39 {% else %} 40 <tr><td colspan='2'>[log in to see people involved]</td></tr> 41 {% endif %} 38 42 39 43 <tr><th colspan='2'>Recognition</th></tr>
Note: See TracChangeset
for help on using the changeset viewer.