fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
republish lessons - fix attachments
[edumed.git]
/
catalogue
/
templates
/
catalogue
/
section_detail.html
1
{% extends "base.html" %}
2
{% load catalogue_tags %}
3
4
{% block title %}{{ object }}{% endblock %}
5
6
{% block body %}
7
<h1>{{ object }}</h1>
8
{% section_box object %}
9
10
11
{% endblock %}