Changeset c3bb2c1 for asadb/template
- Timestamp:
- Mar 19, 2012, 4:06:34 AM (14 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- 2538f75
- Parents:
- 7a56298
- git-author:
- Alex Dehnert <adehnert@…> (03/19/12 04:06:34)
- git-committer:
- Alex Dehnert <adehnert@…> (03/19/12 04:06:34)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/groups/group_detail.html
r41f8b1e rc3bb2c1 21 21 <tr><th>Website</th><td><a href="{{group.website_url}}">{{group.website_url}}</a></td></tr> 22 22 <tr><th>Meeting times</th><td>{{group.meeting_times}}</td></tr> 23 <tr><th>Officer email</th><td>{% if user.is_authenticated %}{{group.officer_email}}{% else %}[<a href='{% url login %}'>log in</a> to see emails]{% endif %}</td></tr>23 <tr><th>Officers' email list</th><td>{% if user.is_authenticated %}{{group.officer_email}}{% else %}[<a href='{% url login %}'>log in</a> to see emails]{% endif %}</td></tr> 24 24 {% if viewpriv %}<tr class='private-info'> 25 <th>Group email </th>25 <th>Group email list</th> 26 26 <td>{{group.group_email}}</td> 27 27 </tr>{% endif %}
Note: See TracChangeset
for help on using the changeset viewer.