Fixes #3314, #3331: Various minor fixes.
[edumed.git] / catalogue / templates / catalogue / lesson / course / lesson_detail.html
index 28f6504..38ef906 100755 (executable)
@@ -8,7 +8,7 @@
     {% include "catalogue/lesson/box-icons.html" %}
 
     <p>Ta lekcja jest częścią tematu
-    <a href="{{ object.section.get_absolute_url }}"><strong>{{ object.section }}</strong></a>
+    <a href="{% url 'catalogue_lessons' %}#{{ object.level.slug }}_{{ object.section.slug }}"><strong>{{ object.section }}</strong></a>
     na poziomie {{ object.level|lower }}.
     </p>
     <div style="clear: right"></div>