Changeset 191ec87
- Timestamp:
- Nov 15, 2011, 3:00:18 PM (14 years ago)
- Branches:
- master, space-access, stable, stage, test-hooks
- Children:
- 7e9a1c8
- Parents:
- f73118b
- git-author:
- Alex Dehnert <adehnert@…> (11/15/11 14:17:14)
- git-committer:
- Alex Dehnert <adehnert@…> (11/15/11 15:00:18)
- Location:
- asadb
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/groups/views.py
rab453af r191ec87 349 349 return officer_emails 350 350 351 @permission_required('groups. add_group')351 @permission_required('groups.recognize_nge') 352 352 def recognize_nge(request, ): 353 353 msg = None -
asadb/template/index.html
r712067b r191ec87 18 18 {%if perms.groups.add_group %}<li><a href='{% url groups:startup %}'>Startup form</a></li>{%endif%} 19 19 {%if perms.groups.add_group %}<li><a href='{% url groups:startup-list %}'>Review startup applications</a></li>{%endif%} 20 {%if perms.groups. add_group%}<li><a href='{% url groups:recognize-nge %}'>Recognize Non-Group Entity</a></li>{%endif%}20 {%if perms.groups.recognize_nge %}<li><a href='{% url groups:recognize-nge %}'>Recognize Non-Group Entity</a></li>{%endif%} 21 21 </ul></li> 22 22 </ul>
Note: See TracChangeset
for help on using the changeset viewer.