Move to src dir.
[edumed.git] / edumed / templates / base_forum.html
diff --git a/edumed/templates/base_forum.html b/edumed/templates/base_forum.html
deleted file mode 100755 (executable)
index 587a1e8..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-{% 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 %}