add editable chunk
[edumed.git] / catalogue / templates / catalogue / lesson / synthetic / lesson_detail.html
diff --git a/catalogue/templates/catalogue/lesson/synthetic/lesson_detail.html b/catalogue/templates/catalogue/lesson/synthetic/lesson_detail.html
new file mode 100755 (executable)
index 0000000..8fb28c0
--- /dev/null
@@ -0,0 +1,19 @@
+{% extends "catalogue/lesson/lesson_detail.html" %}
+{% load url from future %}
+
+{% block sidebar-top %}
+
+<section class="box">
+    <h1 class="realisation">Realizacja i czas lekcji</h1>
+    <p>Ta lekcja jest syntezą tematu
+    <strong>{{ object.section }}</strong></a>{% if object.level.slug = "liceum" %}
+        (na poziomie zaawansowanym)
+    {% endif %}.
+    Dostępny jest również
+    <strong><a href="{% url 'catalogue_lessons' %}#{{ object.section.slug }}">pełny kurs</a></strong>
+    tego tematu.
+    </p>
+    <p>Czas trwania: 45 minut.</p>
+</section>
+
+{% endblock %}