Changeset ab17953
- Timestamp:
- Sep 10, 2012, 5:16:05 AM (14 years ago)
- 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)
- Location:
- asadb
- Files:
-
- 2 edited
-
groups/views.py (modified) (1 diff)
-
template/index.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/groups/views.py
r51b384a rab17953 1025 1025 1026 1026 1027 @permission_required('groups.view_group_private_info') 1027 1028 def downloaded_constitutions(request, ): 1028 1029 constitutions = groups.models.GroupConstitution.objects -
asadb/template/index.html
r2c86ed1 rab17953 33 33 <li><a href='{%url groups:list%}'>List of groups</a></li> 34 34 {%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%} 36 39 <li><a href='{%url groups:account-lookup%}'>Account lookup</a></li> 37 40 </ul></li>
Note: See TracChangeset
for help on using the changeset viewer.