Changeset 191ec87


Ignore:
Timestamp:
Nov 15, 2011, 3:00:18 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Allow SAO to recognize NGE's

Location:
asadb
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/views.py

    rab453af r191ec87  
    349349    return officer_emails
    350350
    351 @permission_required('groups.add_group')
     351@permission_required('groups.recognize_nge')
    352352def recognize_nge(request, ):
    353353    msg = None
  • asadb/template/index.html

    r712067b r191ec87  
    1818        {%if perms.groups.add_group %}<li><a href='{% url groups:startup %}'>Startup form</a></li>{%endif%}
    1919        {%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%}
    2121    </ul></li>
    2222</ul>
Note: See TracChangeset for help on using the changeset viewer.