fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
update fnpdjango to incorporate bug fix
[edumed.git]
/
curriculum
/
templates
/
curriculum
/
snippets
/
course_boxes_toc.html
1
{% url "catalogue_lessons" as lessons_url %}
2
{% for course in object_list %}
3
<li><a href="{{ lessons_url }}#{{ course.slug }}">
4
{% if accusative %}
5
{{ course.accusative }}
6
{% else %}
7
{{ course }}
8
{% endif %}
9
</a></li>
10
{% endfor %}