Changeset ab17953


Ignore:
Timestamp:
Sep 10, 2012, 5:16:05 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
3113644
Parents:
e0632f6
git-author:
Alex Dehnert <adehnert@…> (09/10/12 05:16:05)
git-committer:
Alex Dehnert <adehnert@…> (09/10/12 05:16:05)
Message:

ACL and link constitution page

Location:
asadb
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/views.py

    r51b384a rab17953  
    10251025
    10261026
     1027@permission_required('groups.view_group_private_info')
    10271028def downloaded_constitutions(request, ):
    10281029    constitutions = groups.models.GroupConstitution.objects
  • asadb/template/index.html

    r2c86ed1 rab17953  
    3333        <li><a href='{%url groups:list%}'>List of groups</a></li>
    3434        {%if perms.groups.view_signatories %}<li><a href='{% url groups:signatories %}'>View Signatories</a></li>{%endif%}
    35         {%if perms.groups.view_group_private_info %}<li><a href='{%url groups:reporting%}'>Reporting</a></li>{%endif%}
     35        {%if perms.groups.view_group_private_info %}
     36        <li><a href='{%url groups:reporting%}'>Reporting</a></li>
     37        <li><a href='{%url groups:constitutions%}'>Constitutions</a></li>
     38        {%endif%}
    3639        <li><a href='{%url groups:account-lookup%}'>Account lookup</a></li>
    3740    </ul></li>
Note: See TracChangeset for help on using the changeset viewer.