Changeset 6290761
- Timestamp:
- Dec 13, 2011, 1:43:49 AM (14 years ago)
- Branches:
- master, space-access, stable, stage, test-hooks
- Children:
- 776830d
- Parents:
- af41d4d
- git-author:
- Alex Dehnert <adehnert@…> (12/13/11 01:43:49)
- git-committer:
- Alex Dehnert <adehnert@…> (12/13/11 01:43:49)
- File:
-
- 1 edited
-
asadb/template/groups/group_detail.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/groups/group_detail.html
r47998d1 r6290761 25 25 <tr><th>Website</th><td><a href="{{group.website_url}}">{{group.website_url}}</a></td></tr> 26 26 <tr><th>Meeting times</th><td>{{group.meeting_times}}</td></tr> 27 <tr><th>Officer email</th><td> redacted-temporarily@mit.edu</td></tr>27 <tr><th>Officer email</th><td>{% if user.is_authenticated %}{{group.officer_email}}{% else %}[log in to see emails]{% endif %}</td></tr> 28 28 {% if viewpriv %}<tr class='private-info'> 29 29 <th>Group email</th> … … 36 36 <th>{{name}}{%if not role.publicly_visible %}*{%endif%}</th> 37 37 <td><ul> 38 {% for person in people %}<li> [redacted temporarily]</li>{%endfor%}38 {% for person in people %}<li>{{person.person}}</li>{%endfor%} 39 39 </ul></td> 40 40 </tr>
Note: See TracChangeset
for help on using the changeset viewer.