fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c998121d8715548045b2a4c4b211666771e0ca9c
[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 %}