Move to src dir.
[edumed.git] / src / edumed / templates / base_forum.html
diff --git a/src/edumed/templates/base_forum.html b/src/edumed/templates/base_forum.html
new file mode 100755 (executable)
index 0000000..587a1e8
--- /dev/null
@@ -0,0 +1,10 @@
+{% extends "base.html" %}
+{% load i18n %}
+
+{% block body %}
+<div class="forum-body">
+    {% block breadcrumb %}{% endblock %}
+    <a href="{% url 'forum_search' %}" style="position: absolute; top: 0; right: 5px;">{% trans 'Forum search' %}</a>
+    {% block content %}{% endblock %}
+</div>
+{% endblock %}