view gpp/templates/shoutbox/shout.html @ 138:7ea842744a57

Ticket #15, add a way to report user profiles.
author Brian Neal <bgneal@gmail.com>
date Fri, 27 Nov 2009 21:55:32 +0000
parents 48621ba5c385
children e1d1a70d312d
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|smiley_html|urlizetrunc:15 }}</span>
<span class="shoutbox-date">{{ shout.shout_date|date:"D M d Y H:i:s" }}</span>
</p>