fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
537fe03523a81b758ffab0391b39c4bc6554a061
[edumed.git]
/
catalogue
/
templates
/
catalogue
/
lesson_detail.html
1
{% extends "base.html" %}
2
3
{% block title %}{{ object }}{% endblock %}
4
5
{% block body %}
6
<h1>{{ object }}</h1>
7
{% endblock %}