Mercurial > public > sg101
diff gpp/templates/news/current_news.html @ 205:da46e77cd804
Fixing #77, news tags were getting exploded by letter on some views/template tags.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 01 May 2010 22:25:49 +0000 |
parents | 07da6967fc40 |
children | 1246a4f1ab4f |
line wrap: on
line diff
--- a/gpp/templates/news/current_news.html Sat May 01 21:53:59 2010 +0000 +++ b/gpp/templates/news/current_news.html Sat May 01 22:25:49 2010 +0000 @@ -1,8 +1,6 @@ -{% load tagging_tags %} {% if stories %} <h2>Current News Stories</h2> {% for story in stories %} - {% tags_for_object story as story_tags %} {% include 'news/story_summary.html' %} {% endfor %} <hr />