Contact forms.
[edumed.git] / catalogue / templates / catalogue / lesson / appendix / lesson_detail.html
index b4bbc94..fae3bcb 100755 (executable)
@@ -17,3 +17,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 %}