aboutsummaryrefslogtreecommitdiff
path: root/templates/flatpages/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/flatpages/default.html')
-rw-r--r--templates/flatpages/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/flatpages/default.html b/templates/flatpages/default.html
index 42f67db..913cda9 100644
--- a/templates/flatpages/default.html
+++ b/templates/flatpages/default.html
@@ -4,5 +4,5 @@
{% block body %}
<h3>{{ flatpage.title }}</h3>
- <p>{{ flatpage.content }}</p>
+ {{ flatpage.content }}
{% endblock %}