Move to src dir.
[edumed.git] / edumed / templates / flatpages / default.html
diff --git a/edumed/templates/flatpages/default.html b/edumed/templates/flatpages/default.html
deleted file mode 100755 (executable)
index 1ab012c..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-{% extends "base.html" %}
-{% load textile_pl from fnp_markup %}
-
-{% block title %}{{ flatpage.title }}{% endblock %}
-
-{% block body %}
-<div id="main-bar" class="flatpage">
-{{ flatpage.content|textile_pl }}
-</div>
-{% endblock %}