# HG changeset patch # User Brian Neal # Date 1278993097 0 # Node ID 5ee9422ce83cfcf2107261e0cf611bc1fbaed163 # Parent 08b30ac04580270e3d7ff44abf9557afe2b369e7 Fix lack of trailing slash on the individual forum RSS feed links. For some reason this was causing a bizarre middleware error 'request object has not attribute session'. diff -r 08b30ac04580 -r 5ee9422ce83c gpp/templates/forums/index.html --- a/gpp/templates/forums/index.html Tue Jul 13 01:25:48 2010 +0000 +++ b/gpp/templates/forums/index.html Tue Jul 13 03:51:37 2010 +0000 @@ -40,7 +40,7 @@ {% endif %}

{{ forum.name }} {% if forum.has_feed %} - + RSS Feed {% endif %}

{{ forum.description }}