Add project as course type.
[edumed.git] / curriculum / templates / curriculum / snippets / course_box.html
index b00c71a..f1bd074 100755 (executable)
@@ -1,6 +1,6 @@
 {% for level, types in lessons.items %}
 {% if level.slug == "liceum" %}
-    <p>Poziom zaawansowany
+    <p><strong>{{ course }}</strong>: poziom zaawansowany
         <span class="section-links"><a href="#top">wróć do spisu treści</a></span>
     </p>
 {% endif %}
@@ -10,6 +10,8 @@
         <section class="section-type section-type-{{ lesson_type }}">
             {% if lesson_type == 'synthetic' %}
                 <h1>Lekcje syntetyczne</h1>
+            {% elif lesson_type == 'project' %}
+                <h1>Projekty</h1>
             {% else %}
                 <h1>Lekcje z pełnych kursów</h1>
             {% endif %}