Changeset de2f0ac for asadb/template
- Timestamp:
- Jan 2, 2013, 4:19:57 AM (14 years ago)
- 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)
- Location:
- asadb/template
- Files:
-
- 1 added
- 1 edited
-
index.html (modified) (1 diff)
-
space/summary.html (added)
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/index.html
r213dd57 rde2f0ac 56 56 {%if perms.groups.recognize_nge %}<li><a href='{% url groups:recognize-nge %}'>Recognize Non-Group Entity</a></li>{%endif%} 57 57 </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> 59 61 <li><a href='{% url space-dump-locker-access %}'>Locker access (CSV)</a></li> 60 62 <li><a href='{% url space-dump-office-access %}'>Office access (CSV)</a></li> 61 </ul></li>{% endif %} 63 </ul> 64 {% endif %} 65 </li> 62 66 <li><a href='{% url about %}'>About the ASA Database</a><ul> 63 67 <li><a href='{% url about-data %}'>Use of Data</a></li>
Note: See TracChangeset
for help on using the changeset viewer.