c7bb162f9d60a1b5c1bbb4f05b0ef9212cba1ef2
[edumed.git] / catalogue / templates / catalogue / snippets / section_buttons.html
1 <ul class="section-buttons">
2 {% for object in object_list %}
3     {% url "catalogue_lessons" as lessons_url %}
4     <li class="box{{ object.order }}"><a href="{{ lessons_url }}#{{  object.slug }}"><span>{{ object }}</span></a></li>
5 {% endfor %}
6 </ul>