# HG changeset patch # User Brian Neal # Date 1299555050 0 # Node ID 59aaba88405ed2872fb5bc13983562dcc35a48ea # Parent 6f963e5e7b03ed76a0a6fb055dbadcb05f322366 Trying a tweak to put background colors on posts in topics. diff -r 6f963e5e7b03 -r 59aaba88405e gpp/templates/forums/display_post.html --- a/gpp/templates/forums/display_post.html Tue Mar 08 01:16:56 2011 +0000 +++ b/gpp/templates/forums/display_post.html Tue Mar 08 03:30:50 2011 +0000 @@ -1,7 +1,7 @@ {% load url from future %} {% load avatar_tags %} {% load forum_tags %} - +
diff -r 6f963e5e7b03 -r 59aaba88405e gpp/templates/forums/topic.html --- 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 @@ {% for post in page.object_list %} -{% include 'forums/display_post.html' %} + + {% include 'forums/display_post.html' %} {% endfor %}
{{ page_nav }}