summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2009-05-24 20:30:05 -0400
committerDusty Phillips <buchuki@gmail.com>2009-05-24 20:30:05 -0400
commit95f999b2646dc73a3983f879bc75332f822380ca (patch)
treeac60f67fd36ec717b0187170c9531c11f1db46d1 /templates
parent43c7e87662cc1102e3658ab83eca3f4f676d51f2 (diff)
downloadarchweb-95f999b2646dc73a3983f879bc75332f822380ca.tar.gz
archweb-95f999b2646dc73a3983f879bc75332f822380ca.zip
Mark news as safe so people can enter HTML.
Diffstat (limited to 'templates')
-rw-r--r--templates/news/view.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/news/view.html b/templates/news/view.html
index 5d100450..281d8a7e 100644
--- a/templates/news/view.html
+++ b/templates/news/view.html
@@ -8,6 +8,6 @@
</div>
<h3>{{ news.title }}</h3>
<hr /><br />
- {{ news.content|linebreaks }}
+ {{ news.content|safe|linebreaks }}
</div>
{% endblock %}