Mercurial > public > sg101
diff gpp/templates/news/category_index.html @ 204:b4305e18d3af
Resolve ticket #74. Add user badges. Some extra credit was done here: also refactored how pending news, links, and downloads are handled.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 01 May 2010 21:53:59 +0000 |
parents | 2baadae33f2e |
children | 1246a4f1ab4f |
line wrap: on
line diff
--- a/gpp/templates/news/category_index.html Wed Apr 28 03:00:31 2010 +0000 +++ b/gpp/templates/news/category_index.html Sat May 01 21:53:59 2010 +0000 @@ -20,7 +20,7 @@ <ul> {% for story in story_set %} <li><a href="{{ story.get_absolute_url }}">{{ story.title }}</a> - - {{ story.date_published|date:"F d, Y" }}</li> + - {{ story.date_submitted|date:"F d, Y" }}</li> {% endfor %} </ul> {% else %}