Changeset 47998d1 for asadb/template


Ignore:
Timestamp:
Oct 23, 2011, 4:43:51 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
2b38cb9
Parents:
d80f2ad
git-author:
Alex Dehnert <adehnert@…> (10/23/11 16:42:39)
git-committer:
Alex Dehnert <adehnert@…> (10/23/11 16:43:51)
Message:

Better redaction message

File:
1 edited

Legend:

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

    rb8bc229 r47998d1  
    77{% if adminpriv %}<a href='{%url groups:group-manage-main group.pk %}'>[update]</a></p>{%endif%}
    88</h1>
     9
     10<div class='messagebox errorbox'>
     11<p>Note: Fields marked [redacted temporarily] are being redacted for part of the beta, but are likely to be public later on. Please contact asa-db@mit.edu if you object to them becoming public.</p>
     12</div>
    913
    1014<table class='pretty-table'>
     
    2125<tr><th>Website</th><td><a href="{{group.website_url}}">{{group.website_url}}</a></td></tr>
    2226<tr><th>Meeting times</th><td>{{group.meeting_times}}</td></tr>
    23 <tr><th>Officer email</th><td>``redacted''@mit.edu</td></tr>
     27<tr><th>Officer email</th><td>redacted-temporarily@mit.edu</td></tr>
    2428{% if viewpriv %}<tr class='private-info'>
    2529    <th>Group email</th>
     
    3236    <th>{{name}}{%if not role.publicly_visible %}*{%endif%}</th>
    3337    <td><ul>
    34     {% for person in people %}<li>[redacted]</li>{%endfor%}
     38    {% for person in people %}<li>[redacted temporarily]</li>{%endfor%}
    3539    </ul></td>
    3640</tr>
     
    4448<tr><th colspan='2'>Financial Information</th></tr>
    4549<tr><th>Funding status</th><td>{{group.group_funding}}</td></tr>
    46 <tr><th>Main Account</th><td>272XXXX</td></tr>
    47 <tr><th>Funding Account</th><td>272XXXX</td></tr>
     50<tr><th>Main Account</th><td>272[redacted temporarily]</td></tr>
     51<tr><th>Funding Account</th><td>272[redacted temporarily]</td></tr>
    4852
    4953<tr><th colspan='2'>Additional Information</th></tr>
Note: See TracChangeset for help on using the changeset viewer.