Mercurial > public > sg101
diff gpp/templates/forums/topic.html @ 377:59aaba88405e
Trying a tweak to put background colors on posts in topics.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 08 Mar 2011 03:30:50 +0000 |
parents | 768e3568addf |
children | 2cb0cc334c50 |
line wrap: on
line diff
--- a/gpp/templates/forums/topic.html Tue Mar 08 01:16:56 2011 +0000 +++ b/gpp/templates/forums/topic.html Tue Mar 08 03:30:50 2011 +0000 @@ -29,7 +29,8 @@ <table class="forum-topic" id="forum-topic"> {% for post in page.object_list %} -{% include 'forums/display_post.html' %} + <!-- {% cycle 'odd' 'even' as rowcolors %} --> + {% include 'forums/display_post.html' %} {% endfor %} </table> {{ page_nav }}