Make forum somewhat usable, display Libravatars.
[edumed.git] / edumed / templates / base_forum.html
diff --git a/edumed/templates/base_forum.html b/edumed/templates/base_forum.html
new file mode 100755 (executable)
index 0000000..5948131
--- /dev/null
@@ -0,0 +1,8 @@
+{% extends "base.html" %}
+
+{% block body %}
+<div class="forum-body">
+    {% block breadcrumb %}{% endblock %}
+    {% block content %}{% endblock %}
+</div>
+{% endblock %}