Changeset 712067b


Ignore:
Timestamp:
Nov 14, 2011, 2:30:33 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
99587d8
Parents:
ea217bd
git-author:
Alex Dehnert <adehnert@…> (11/14/11 14:30:33)
git-committer:
Alex Dehnert <adehnert@…> (11/14/11 14:30:33)
Message:

Add group recognition section to homepage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/template/index.html

    rfbb362a r712067b  
    1414    </ul></li>
    1515    {%if perms.groups.view_signatories %}<li><a href='{% url groups:signatories %}'>View Signatories</a></li>{%endif%}
     16    <li>Group recognition<ul>
     17        <li><a href='http://web.mit.edu/asa/start/new-group-app.html'>New Group Application</a></li>
     18        {%if perms.groups.add_group %}<li><a href='{% url groups:startup %}'>Startup form</a></li>{%endif%}
     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%}
     21    </ul></li>
    1622</ul>
    1723
Note: See TracChangeset for help on using the changeset viewer.