fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't reset order on republish
[edumed.git]
/
edumed
/
templates
/
home.html
diff --git
a/edumed/templates/home.html
b/edumed/templates/home.html
index
669a365
..
7be0b3e
100755
(executable)
--- a/
edumed/templates/home.html
+++ b/
edumed/templates/home.html
@@
-1,5
+1,6
@@
{% extends "base.html" %}
{% load catalogue_tags %}
{% extends "base.html" %}
{% load catalogue_tags %}
+{% load course_boxes_toc from curriculum_tags %}
{% block full_title %}Edukacja medialna{% endblock %}
{% block full_title %}Edukacja medialna{% endblock %}
@@
-23,13
+24,15
@@
w trzech wierszach?</p>
</section>
<section id="main-sections">
</section>
<section id="main-sections">
-<h1>
DziaĆy
:</h1>
+<h1>
Lekcje
:</h1>
{% catalogue_section_buttons %}
</section>
<section id="main-chosen">
<h1>Wybrane tematy na:</h1>
{% catalogue_section_buttons %}
</section>
<section id="main-chosen">
<h1>Wybrane tematy na:</h1>
-{% catalogue_chosen_topics %}
+<ul class="link-list">
+{% course_boxes_toc 1 %}
+</ul>
</section>
<section id="main-tools">
</section>
<section id="main-tools">
@@
-48,4
+51,4
@@
w trzech wierszach?</p>
-{% endblock %}
\ No newline at end of file
+{% endblock %}