Changeset 6290761


Ignore:
Timestamp:
Dec 13, 2011, 1:43:49 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Unredact some stuff.

This partially reverts b8bc2293a59035b7be69bc74dcd283af4fe2c9d9.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/template/groups/group_detail.html

    r47998d1 r6290761  
    2525<tr><th>Website</th><td><a href="{{group.website_url}}">{{group.website_url}}</a></td></tr>
    2626<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>
    2828{% if viewpriv %}<tr class='private-info'>
    2929    <th>Group email</th>
     
    3636    <th>{{name}}{%if not role.publicly_visible %}*{%endif%}</th>
    3737    <td><ul>
    38     {% for person in people %}<li>[redacted temporarily]</li>{%endfor%}
     38    {% for person in people %}<li>{{person.person}}</li>{%endfor%}
    3939    </ul></td>
    4040</tr>
Note: See TracChangeset for help on using the changeset viewer.