new curriculum
[edumed.git] / catalogue / templates / catalogue / lesson / lesson_detail.html
index 362df10..812cbc7 100755 (executable)
         <ul class="plain">
         {% curriculum object.dc.curriculum %}
         </ul>
+        <h1>Nowa podstawa programowa:</h1>
+        <ul class="plain">
+        {% curriculum object.dc.curriculum_new new=True %}
+        </ul>
     </section>
     {% endif %}
 
@@ -56,6 +60,9 @@
         {% if object.dc.authors_expert %}
         Konsultacja merytoryczna: {{ object.dc.authors_expert|person_list }}<br/>
         {% endif %}
+        {% if object.dc.authors_methodologist %}
+        Konsultacja metodyczna: {{ object.dc.authors_methodologist|person_list }}<br/>
+        {% endif %}
         Licencja: <a href="{{ object.dc.license }}">{{ object.dc.license_description }}</a>.</p>
     </section>