update fnpdjango to incorporate bug fix
[edumed.git] / catalogue / templates / catalogue / section_list.html
index 25a093b..9f48c4f 100755 (executable)
             {% for lesson in appendix %}
                 <li><a href="{{ lesson.get_absolute_url }}">{{ lesson }}</a></li>
             {% endfor %}
+            <li><a href="{% url 'info' 'infografiki' %}">Infografiki</a></li>
         </ul>
     </section>
 </aside>
 
 <div id="main-bar">
     <div class="section-list-toc">
-    <h2>Tematy<a name="top"></a></h2>
+    <h2 id='top'>Tematy</h2>
     <ul class="link-list">
     {% for object in object_list %}
         <li><a href="#{{ object.slug }}">{{ object }}</a></li>
@@ -47,7 +48,7 @@
         <div class="section-links">
             <a href="#top">wróć do spisu treści</a>
         </div>
-        <h2 class="section-header">{{ object }} <a name="{{ object.slug }}" class="permalink"></a></h2>
+        <h2 id='{{ object.slug }}' class="section-header">{{ object }}</h2>
 
         {% section_box object %}
     {% endfor %}