fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
98b6e3b41bf255d569b1717793fa940c46557ee1
[edumed.git]
/
catalogue
/
templates
/
catalogue
/
lesson
/
appendix
/
lesson_detail.html
1
{% extends "catalogue/lesson/lesson_detail.html" %}
2
3
{% block lesson-info %}
4
{% endblock %}
5
6
7
{% block suggest-link %}
8
<a href="{% url 'contact_form' 'sugestie' %}?temat={{ object.title|urlencode }}">
9
Zgłoś swoją uwagę na temat tej strony.
10
</a>
11
{% endblock %}