X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/e76fdcf2a2488b1787c74fe8dccfa38d7ac04c84..4d0e6b0b3f32591d2c9c3c3af85b1ffc289cfa4d:/catalogue/templates/catalogue/section_list.html?ds=sidebyside diff --git a/catalogue/templates/catalogue/section_list.html b/catalogue/templates/catalogue/section_list.html index f05c666..9f48c4f 100755 --- a/catalogue/templates/catalogue/section_list.html +++ b/catalogue/templates/catalogue/section_list.html @@ -1,15 +1,64 @@ {% extends "base.html" %} {% load catalogue_tags %} +{% load course_boxes course_boxes_toc from curriculum_tags %} {% block title %}Lekcje{% endblock %} {% block body %}

Lekcje

+ + +
+
+

Tematy

+ +
+
+

Przedmioty

+ +
+ {% for object in object_list %} -

{{ object }}

+ +

{{ object }}

{% section_box object %} {% endfor %} +
+

Lekcje wybrane na poszczególne przedmioty:

+ {% course_boxes %} +
+ +
+ + {% endblock %}