view gpp/templates/shoutbox/shout.html @ 76:eecbd00e092a

#25 Fix problem with redirect after changing password.
author Brian Neal <bgneal@gmail.com>
date Fri, 10 Jul 2009 23:50:06 +0000
parents f408971657b9
children 48621ba5c385
line wrap: on
line source
{% load smiley_tags %}
<p style="display:none;">
<span class="shoutbox-user">{{ shout.user.username }}:</span>
<span class="shoutbox-shout">{{ shout.shout|smilify|urlizetrunc:15 }}</span>
<span class="shoutbox-date">{{ shout.shout_date|date:"D M d Y H:i:s" }}</span>
</p>