Changeset edb47bb


Ignore:
Timestamp:
Jan 2, 2013, 4:24:42 AM (13 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
169ad5a
Parents:
de2f0ac
git-author:
Alex Dehnert <adehnert@…> (01/02/13 04:24:42)
git-committer:
Alex Dehnert <adehnert@…> (01/02/13 04:24:42)
Message:

Make constitutions MIT-public

Per http://mailman.mit.edu/pipermail/asa-official/2012-October/000184.html, "5.
Constitutions required" (paragraph two), this changes constitutions to be
viewable by any authenticated user instead of just group admins.

File:
1 edited

Legend:

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

    r1f48e70 redb47bb  
    7070
    7171<tr><th colspan='2'>Additional Information</th></tr>
    72 {% if viewpriv %}
    73 <tr class='private-info'>
     72{% if user.is_authenticated %}
     73<tr>
    7474    <th>Constitution</th>
    7575    <td>{{group.constitution_url|format_constitution_link}}</td>
Note: See TracChangeset for help on using the changeset viewer.