Changeset fbb362a for asadb/template/index.html
- Timestamp:
- Aug 25, 2011, 10:53:03 PM (15 years ago)
- Branches:
- master, space-access, stable, stage, test-hooks
- Children:
- 9b391ce, 165e5aa
- Parents:
- d3167b9
- git-author:
- Alex Dehnert <adehnert@…> (08/25/11 22:53:03)
- git-committer:
- Alex Dehnert <adehnert@…> (08/25/11 22:53:03)
- File:
-
- 1 edited
-
asadb/template/index.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/index.html
r6a646ce rfbb362a 7 7 8 8 <ul> 9 <li><a href='{%url group -search%}'>Search groups</a></li>10 <li><a href='{%url group -list%}'>List of groups</a></li>9 <li><a href='{%url groups:search%}'>Search groups</a></li> 10 <li><a href='{%url groups:list%}'>List of groups</a></li> 11 11 <li>First Year Summer Mailing<ul> 12 12 <li><a href='{%url fysm%}'>View the entries</a></li> 13 13 <li><a href='{%url fysm-select%}'>Submit an entry</a></li> 14 14 </ul></li> 15 {%if perms.groups.view_signatories %}<li><a href='{% url groups -signatories %}'>View Signatories</a></li>{%endif%}15 {%if perms.groups.view_signatories %}<li><a href='{% url groups:signatories %}'>View Signatories</a></li>{%endif%} 16 16 </ul> 17 17 … … 29 29 <ul> 30 30 {% for group in groups %} 31 <li><a href='{% url group -detail group.pk %}'>{{group}}</a></li>31 <li><a href='{% url groups:group-detail group.pk %}'>{{group}}</a></li> 32 32 {%endfor%} 33 33 </ul>
Note: See TracChangeset
for help on using the changeset viewer.