Ignore:
Timestamp:
Jan 2, 2013, 4:19:57 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
edb47bb
Parents:
c80e9a2
git-author:
Alex Dehnert <adehnert@…> (01/02/13 04:19:57)
git-committer:
Alex Dehnert <adehnert@…> (01/02/13 04:19:57)
Message:

Add space summary page (ASA-#119)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/template/index.html

    r213dd57 rde2f0ac  
    5656        {%if perms.groups.recognize_nge %}<li><a href='{% url groups:recognize-nge %}'>Recognize Non-Group Entity</a></li>{%endif%}
    5757    </ul></li>
    58     {% if perms.groups.view_group_private_info %}<li>Space access<ul>
     58    <li><a href='{% url space-summary %}'>Space assignments</a>
     59        {% if perms.groups.view_group_private_info %}
     60        <ul>
    5961        <li><a href='{% url space-dump-locker-access %}'>Locker access (CSV)</a></li>
    6062        <li><a href='{% url space-dump-office-access %}'>Office access (CSV)</a></li>
    61     </ul></li>{% endif %}
     63        </ul>
     64        {% endif %}
     65    </li>
    6266    <li><a href='{% url about %}'>About the ASA Database</a><ul>
    6367        <li><a href='{% url about-data %}'>Use of Data</a></li>
Note: See TracChangeset for help on using the changeset viewer.