Mercurial > public > sg101
view gpp/templates/shoutbox/shout.html @ 94:806399f3b950
Forums: minor cosmetic tweaks mainly.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 13 Sep 2009 05:01:52 +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>