X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/f605bbe71bbda9201703b93abe194ec40bc1b857..4d0e6b0b3f32591d2c9c3c3af85b1ffc289cfa4d:/catalogue/templates/catalogue/section_list.html diff --git a/catalogue/templates/catalogue/section_list.html b/catalogue/templates/catalogue/section_list.html index 1dd9cb9..9f48c4f 100755 --- a/catalogue/templates/catalogue/section_list.html +++ b/catalogue/templates/catalogue/section_list.html @@ -1,5 +1,6 @@ {% extends "base.html" %} {% load catalogue_tags %} +{% load course_boxes course_boxes_toc from curriculum_tags %} {% block title %}Lekcje{% endblock %} @@ -14,24 +15,49 @@

Czas trwania: 45 minut

-
Pobierz wszystkie lekcje
-
Pobierz wszystkie lekcje w wersji dla ucznia
+
Pobierz wszystkie lekcje
+
Pobierz wszystkie lekcje w wersji dla ucznia
-

Zebrane z wszystkich działów

+

Zebrane dla wszystkich tematów

+
+

Tematy

+ +
+
+

Przedmioty

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

{{ object }}

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

Lekcje wybrane na poszczególne przedmioty:

+ {% course_boxes %} +
+