fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add submodule librarian
[edumed.git]
/
edumed
/
templates
/
flatpages
/
default.html
diff --git
a/edumed/templates/flatpages/default.html
b/edumed/templates/flatpages/default.html
index
b9ce096
..
1ab012c
100755
(executable)
--- a/
edumed/templates/flatpages/default.html
+++ b/
edumed/templates/flatpages/default.html
@@
-1,7
+1,10
@@
{% extends "base.html" %}
{% extends "base.html" %}
+{% load textile_pl from fnp_markup %}
{% block title %}{{ flatpage.title }}{% endblock %}
{% block body %}
{% block title %}{{ flatpage.title }}{% endblock %}
{% block body %}
-{{ flatpage.content }}
-{% endblock %}
\ No newline at end of file
+<div id="main-bar" class="flatpage">
+{{ flatpage.content|textile_pl }}
+</div>
+{% endblock %}