# HG changeset patch # User Brian Neal # Date 1258682400 0 # Node ID 70926d0d10b7fdff86f818d3a188306f7c362b1f # Parent 48621ba5c3852ac8f31a54808bdd10f7b805a1fe Fixing #37. For some reason, ifequal was failing for user and shout.user. Changed it to compare user.id and shout.user.id. diff -r 48621ba5c385 -r 70926d0d10b7 gpp/templates/shoutbox/shout_detail.html --- a/gpp/templates/shoutbox/shout_detail.html Fri Nov 20 01:43:32 2009 +0000 +++ b/gpp/templates/shoutbox/shout_detail.html Fri Nov 20 02:00:00 2009 +0000 @@ -6,7 +6,7 @@ {{ shout.user.username }} -
{{ shout.shout|smiley_html|urlize }}
+
{{ shout.shout|smiley_html|urlize }}

{{ shout.shout_date|date:"D M d Y H:i:s" }}