a@name to @id
[edumed.git] / curriculum / templates / curriculum / snippets / course_boxes.html
index 3b3c41b..c998121 100755 (executable)
@@ -3,6 +3,6 @@
     <div class="section-links">
         <a href="#top">wróć do spisu treści</a>
     </div>
-    <h3>{{ course }}<a name="{{ course.slug }}" class="permalink"></a></h3>
+    <h3 id='{{ course.slug }}'>{{ course }}</h3>
     {% course_box course %}
 {% endfor %}