add editable chunk
[edumed.git] / catalogue / templates / catalogue / lesson / appendix / lesson_detail.html
1 {% extends "catalogue/lesson/lesson_detail.html" %}
2 {% load url from future %}
3
4 {% block sidebar-top %}
5
6 <section class="box">
7     <h1 class="realisation">Zebrane dla wszystkich tematów</h1>
8     
9     <p>To jest materiał wspólny dla wszystkich lekcji
10     edukacji medialnej{% if object.level.slug = "liceum" %}
11         (na poziomie zaawansowanym)
12     {% endif %}. 
13     Zobacz też
14     <strong><a href="{% url 'catalogue_lessons' %}">pełny kurs</a></strong>
15     z podziałem na poszczególne tematy.
16     </p>
17 </section>
18
19 {% endblock %}