update fnpdjango to incorporate bug fix
[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>