Changeset ea76b01 for remit/remit_templates/index.html
- Timestamp:
- Apr 17, 2010, 5:58:32 PM (15 years ago)
- Branches:
- master, client
- Children:
- 0f53aae
- Parents:
- a875cb6
- git-author:
- Alex Dehnert <adehnert@…> (04/17/10 17:58:32)
- git-committer:
- Alex Dehnert <adehnert@…> (04/17/10 17:58:32)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/remit_templates/index.html
r80d1270 rea76b01 15 15 <li><a href="{% url list_requests %}">List requests</a></li> 16 16 {% endif %} 17 <li{% ifequal pagename "reporting" %} class='selected'{% endifequal %}><a href="{% url reporting %}">Reporting</a></li> 17 {% if perms.finance_core.use_reporting %} 18 <li><a href="{% url reporting %}">Reporting</a></li> 19 {% endif %} 18 20 </ul> 19 21
Note: See TracChangeset
for help on using the changeset viewer.