Ignore:
Timestamp:
Apr 8, 2012, 11:47:35 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
c3cd6c2
Parents:
a03cb61
git-author:
Alex Dehnert <adehnert@…> (04/08/12 23:47:35)
git-committer:
Alex Dehnert <adehnert@…> (04/08/12 23:47:35)
Message:

Make CSV of space access available to CAC online

Fixes ASA Trac #91.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/template/index.html

    r8708a86 r2c86ed1  
    5454        {%if perms.groups.recognize_nge %}<li><a href='{% url groups:recognize-nge %}'>Recognize Non-Group Entity</a></li>{%endif%}
    5555    </ul></li>
     56    {% if perms.groups.view_group_private_info %}<li>Space access<ul>
     57        <li><a href='{% url space-dump-locker-access %}'>Locker access (CSV)</a></li>
     58        <li><a href='{% url space-dump-office-access %}'>Office access (CSV)</a></li>
     59    </ul></li>{% endif %}
    5660    <li><a href='{% url about %}'>About the ASA Database</a><ul>
    5761        <li><a href='{% url about-data %}'>Use of Data</a></li>
Note: See TracChangeset for help on using the changeset viewer.