X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/e76fdcf2a2488b1787c74fe8dccfa38d7ac04c84..8489d044ccb3f0ea247eae2dec8387d5b206e4b4:/edumed/templates/home.html
diff --git a/edumed/templates/home.html b/edumed/templates/home.html
index 669a365..759e72c 100755
--- a/edumed/templates/home.html
+++ b/edumed/templates/home.html
@@ -1,5 +1,7 @@
{% extends "base.html" %}
{% load catalogue_tags %}
+{% load course_boxes_toc from curriculum_tags %}
+{% load chunk from chunks %}
{% block full_title %}Edukacja medialna{% endblock %}
@@ -10,26 +12,19 @@
Co nowego?
-TytuÅ informacji pierwszej
-
-Boks na informacje powinien pomieÅciÄ do dwóch krótkich zdaÅ uÅożonych
-w trzech, a możeâ¦
-
-TytuÅ informacji drugiej
-
-Boks na informacje powinien pomieÅciÄ do dwóch krótkich zdaÅ uÅożonych
-w trzech wierszach?
-{#% chunk "promobox" %#}
+{% chunk "promobox" %}
-DziaÅy:
+Lekcje:
{% catalogue_section_buttons %}
Wybrane tematy na:
-{% catalogue_chosen_topics %}
+
+{% course_boxes_toc 1 %}
+
@@ -41,6 +36,10 @@ w trzech wierszach?
@@ -48,4 +47,4 @@ w trzech wierszach?
-{% endblock %}
\ No newline at end of file
+{% endblock %}