Changeset 47998d1 for asadb/template
- Timestamp:
- Oct 23, 2011, 4:43:51 PM (14 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/groups/group_detail.html
rb8bc229 r47998d1 7 7 {% if adminpriv %}<a href='{%url groups:group-manage-main group.pk %}'>[update]</a></p>{%endif%} 8 8 </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> 9 13 10 14 <table class='pretty-table'> … … 21 25 <tr><th>Website</th><td><a href="{{group.website_url}}">{{group.website_url}}</a></td></tr> 22 26 <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> 24 28 {% if viewpriv %}<tr class='private-info'> 25 29 <th>Group email</th> … … 32 36 <th>{{name}}{%if not role.publicly_visible %}*{%endif%}</th> 33 37 <td><ul> 34 {% for person in people %}<li>[redacted ]</li>{%endfor%}38 {% for person in people %}<li>[redacted temporarily]</li>{%endfor%} 35 39 </ul></td> 36 40 </tr> … … 44 48 <tr><th colspan='2'>Financial Information</th></tr> 45 49 <tr><th>Funding status</th><td>{{group.group_funding}}</td></tr> 46 <tr><th>Main Account</th><td>272 XXXX</td></tr>47 <tr><th>Funding Account</th><td>272 XXXX</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> 48 52 49 53 <tr><th colspan='2'>Additional Information</th></tr>
Note: See TracChangeset
for help on using the changeset viewer.