minor changes
[edumed.git] / curriculum / templates / curriculum / competence_list.html
index 70939f1..5597c8c 100755 (executable)
@@ -1,10 +1,13 @@
 {% extends "base.html" %}
+{% load chunks %}
 
 {% block title %}Katalog kompetencji medialnych i informacyjnych{% endblock %}
 
 {% block body %}
 <h1>Katalog kompetencji medialnych i informacyjnych</h1>
 
+{% chunk 'katalog_kompetencji' %}
+
 <div class="curriculum-form">
 <h2><a>Przeglądaj kompetencje <span>(rozwiń)</span></a></h2>
 <form>
@@ -52,7 +55,7 @@
     <h3>{{ section }}</h3>
     {% for competence in competences %}
         <h4>{{ competence }}</h4>
-        {{ competence.for_level_.description }}
+        {{ competence.for_level_.description|linebreaksbr }}
     {% endfor %}
 {% endfor %}