Changeset e0ac866


Ignore:
Timestamp:
Jan 23, 2012, 4:11:00 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
f7fcacc
Parents:
669d447
git-author:
Alex Dehnert <adehnert@…> (01/23/12 04:11:00)
git-committer:
Alex Dehnert <adehnert@…> (01/23/12 04:11:00)
Message:

Hide constitution for now

File:
1 edited

Legend:

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

    r669d447 re0ac866  
    5454
    5555<tr><th colspan='2'>Additional Information</th></tr>
    56 <tr>
     56{% if viewpriv %}
     57<tr class='private-info'>
    5758    <th>Constitution</th>
    5859    <td>{% if group.constitution_url %}<a href='{{group.constitution_url}}'>{{group.constitution_url}}</a>{%else%}<i>not provided</i>{%endif%}</td>
    5960</tr>
     61{% endif %}
    6062<tr>
    6163    <th>Advisor</th>
Note: See TracChangeset for help on using the changeset viewer.