7dce3c99abc2dd3348ec1f6f0775ad85cc35d093
[edumed.git] / catalogue / templates / catalogue / lesson / appendix / lesson_detail.html
1 {% extends "catalogue/lesson/lesson_detail.html" %}
2
3 {% block sidebar-top %}
4
5 <section class="box">
6     <h1 class="realisation">Zebrane dla wszystkich tematów</h1>
7     
8     <p>To jest materiał wspólny dla wszystkich lekcji
9     edukacji medialnej{% if object.level.slug = "liceum" %}
10         (na poziomie zaawansowanym)
11     {% endif %}. 
12     Zobacz też
13     <strong><a href="{% url 'catalogue_lessons' %}">pełny kurs</a></strong>
14     z podziałem na poszczególne tematy.
15     </p>
16 </section>
17
18 {% endblock %}
19
20 {% block suggest-link %}
21 <a href="{% url 'contact_form' 'sugestie' %}?temat={{ object.title|urlencode }}">
22     Zgłoś swoją uwagę na temat tej strony.
23 </a>
24 {% endblock %}