fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Make forum somewhat usable, display Libravatars.
[edumed.git]
/
edumed
/
templates
/
base_forum.html
1
{% extends "base.html" %}
2
3
{% block body %}
4
<div class="forum-body">
5
{% block breadcrumb %}{% endblock %}
6
{% block content %}{% endblock %}
7
</div>
8
{% endblock %}