fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
a@name to @id
[edumed.git]
/
curriculum
/
templates
/
curriculum
/
snippets
/
course_boxes.html
1
{% load course_box from curriculum_tags %}
2
{% for course in object_list %}
3
<div class="section-links">
4
<a href="#top">wróć do spisu treści</a>
5
</div>
6
<h3 id='{{ course.slug }}'>{{ course }}</h3>
7
{% course_box course %}
8
{% endfor %}