fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Move to src dir.
[edumed.git]
/
edumed
/
templates
/
flatpages
/
mil.html
diff --git
a/edumed/templates/flatpages/mil.html
b/edumed/templates/flatpages/mil.html
deleted file mode 100644
(file)
index
5ac86a6
..0000000
--- a/
edumed/templates/flatpages/mil.html
+++ /dev/null
@@
-1,10
+0,0 @@
-{% extends "base_mil.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 %}