view gpp/templates/shoutbox/shout.html @ 494:3800f3bcf4a8

Changed to HMTL5 in base template.
author Brian Neal <bgneal@gmail.com>
date Sat, 05 Nov 2011 15:54:53 +0000
parents 4557974db0e0
children
line wrap: on
line source
{% load core_tags %}
<p>
<span class="shoutbox-user">{{ shout.user.username }}:</span>
<span class="shoutbox-shout">{{ shout.html|safe }}</span><br />
<span class="shoutbox-date">{{ shout.shout_date|elapsed }}</span>
</p>