# HG changeset patch # User Brian Neal # Date 1300927761 0 # Node ID 2cb0cc334c5085e0585e3ce3b4bfec7b1b2798f6 # Parent 9af6bd45c1f8ff2191fae1881472c8e9d3f3d9d4 Fixing #186; after upgrading to Django 1.3, can remove the kludge on the cycle tag in the forums topic.html template. diff -r 9af6bd45c1f8 -r 2cb0cc334c50 gpp/templates/forums/topic.html --- a/gpp/templates/forums/topic.html Thu Mar 24 00:15:34 2011 +0000 +++ b/gpp/templates/forums/topic.html Thu Mar 24 00:49:21 2011 +0000 @@ -29,7 +29,7 @@ {% for post in page.object_list %} - + {% cycle 'odd' 'even' as rowcolors silent %} {% include 'forums/display_post.html' %} {% endfor %}