X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/cd8813f7be8e11b18b7e23d217dd6404e26d07d4..0fabc6cf577c61e777968f7019407623b6de5119:/curriculum/templates/curriculum/competence_list.html diff --git a/curriculum/templates/curriculum/competence_list.html b/curriculum/templates/curriculum/competence_list.html index 70939f1..5597c8c 100755 --- a/curriculum/templates/curriculum/competence_list.html +++ b/curriculum/templates/curriculum/competence_list.html @@ -1,10 +1,13 @@ {% extends "base.html" %} +{% load chunks %} {% block title %}Katalog kompetencji medialnych i informacyjnych{% endblock %} {% block body %}

Katalog kompetencji medialnych i informacyjnych

+{% chunk 'katalog_kompetencji' %} +

Przeglądaj kompetencje (rozwiń)

@@ -52,7 +55,7 @@

{{ section }}

{% for competence in competences %}

{{ competence }}

- {{ competence.for_level_.description }} + {{ competence.for_level_.description|linebreaksbr }} {% endfor %} {% endfor %}