X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/05ce0b5f9bd62d1b369a6718bec1b70e0a4a0fef..029255eed05fd5f485808df2fc51606b63a64e37:/catalogue/templates/catalogue/lesson/lesson_detail.html diff --git a/catalogue/templates/catalogue/lesson/lesson_detail.html b/catalogue/templates/catalogue/lesson/lesson_detail.html index adc5dc3..f313936 100755 --- a/catalogue/templates/catalogue/lesson/lesson_detail.html +++ b/catalogue/templates/catalogue/lesson/lesson_detail.html @@ -44,6 +44,15 @@ {% endif %} + {% if object.dc.curriculum_new %} +
+

Podstawa programowa 2017:

+ +
+ {% endif %} +

Informacje:

@@ -56,6 +65,9 @@ {% if object.dc.authors_expert %} Konsultacja merytoryczna: {{ object.dc.authors_expert|person_list }}
{% endif %} + {% if object.dc.authors_methodologist %} + Konsultacja metodyczna: {{ object.dc.authors_methodologist|person_list }}
+ {% endif %} Licencja: {{ object.dc.license_description }}.

@@ -74,6 +86,10 @@
+ +{% block lesson-info %} +{% endblock %} + {{ object.html_file.read|safe }} @@ -113,13 +129,13 @@ -{% if object.forum_topics.all.count %} -

Na forum

- +{% if request.user.is_authenticated and object.forum_topics.all.count %} +

Na forum

+ {% endif %}