Move to Django 1.5
[edumed.git] / catalogue / templates / catalogue / lesson / appendix / lesson_detail.html
index b4bbc94..7dce3c9 100755 (executable)
@@ -1,5 +1,4 @@
 {% extends "catalogue/lesson/lesson_detail.html" %}
-{% load url from future %}
 
 {% block sidebar-top %}
 
@@ -17,3 +16,9 @@
 </section>
 
 {% endblock %}
+
+{% block suggest-link %}
+<a href="{% url 'contact_form' 'sugestie' %}?temat={{ object.title|urlencode }}">
+    Zgłoś swoją uwagę na temat tej strony.
+</a>
+{% endblock %}