Prepared for SP 4-6.
[edumed.git] / catalogue / templates / catalogue / lesson / appendix / lesson_detail.html
index b4bbc94..98b6e3b 100755 (executable)
@@ -1,19 +1,11 @@
 {% extends "catalogue/lesson/lesson_detail.html" %}
-{% load url from future %}
 
-{% block sidebar-top %}
+{% block lesson-info %}
+{% endblock %}
 
-<section class="box">
-    <h1 class="realisation">Zebrane dla wszystkich tematów</h1>
-    
-    <p>To jest materiał wspólny dla wszystkich lekcji
-    edukacji medialnej{% if object.level.slug = "liceum" %}
-        (na poziomie zaawansowanym)
-    {% endif %}. 
-    Zobacz też
-    <strong><a href="{% url 'catalogue_lessons' %}">pełny kurs</a></strong>
-    z podziałem na poszczególne tematy.
-    </p>
-</section>
 
+{% block suggest-link %}
+<a href="{% url 'contact_form' 'sugestie' %}?temat={{ object.title|urlencode }}">
+    Zgłoś swoją uwagę na temat tej strony.
+</a>
 {% endblock %}