diff bns_website/templates/news/news_list.html @ 39:b9d6f6d930a9

Merged Chris and Brian's changes with mine.
author Bob Mourlam <bob.mourlam@gmail.com>
date Sun, 06 Nov 2011 20:28:25 -0600
parents 6b4e02b8be6b ced908af601a
children 9ce9f77d6cde
line wrap: on
line diff
--- a/bns_website/templates/news/news_list.html	Sun Nov 06 20:22:40 2011 -0600
+++ b/bns_website/templates/news/news_list.html	Sun Nov 06 20:28:25 2011 -0600
@@ -8,7 +8,7 @@
 <dl>
 {% for news in object_list %}
 <article id="article"><h2>{{ news.title }} {% if news.is_new %}<span class="label success">New</span>{% endif %}</h2>
-    <div>{{ news.content }}</div>
+    <div>{{ news.content|safe }}</div>
     <small><b>{{ news.date }}</b></small>
 </article>