fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
1f807f65a4b2ada72bc6620e4ec260c26f116b69
[edumed.git]
/
forum
/
templates
/
forum
/
related_lesson_info.html
1
{% load i18n %}
2
{% if lesson %}
3
<h5 style="margin-top: -20px;">{% trans 'Related lesson' %}: <a href="{{lesson.get_absolute_url}}">{{lesson.title}}</a></h5>
4
{% endif %}