diff gpp/templates/shoutbox/shout_detail.html @ 151:e1d1a70d312d

Implement #43, various shoutbox improvements.
author Brian Neal <bgneal@gmail.com>
date Fri, 18 Dec 2009 04:30:49 +0000
parents b43e1288ff80
children daa2916f5b34
line wrap: on
line diff
--- a/gpp/templates/shoutbox/shout_detail.html	Thu Dec 17 04:14:16 2009 +0000
+++ b/gpp/templates/shoutbox/shout_detail.html	Fri Dec 18 04:30:49 2009 +0000
@@ -1,12 +1,11 @@
 {% load avatar_tags %}
-{% load smiley_tags %}
 <tr>
 <th>
 <a href="{% url bio-view_profile username=shout.user.username %}">{% avatar shout.user %}</a>
 <a href="{% url bio-view_profile username=shout.user.username %}">{{ shout.user.username }}</a>
 </th>
 <td>
-<div {% ifequal user.id shout.user.id %}class="edit" id="shout-{{ shout.id }}"{% endifequal %}>{{ shout.shout|smiley_html|urlize }}</div>
+<div {% ifequal user.id shout.user.id %}class="edit" id="shout-{{ shout.id }}"{% endifequal %}>{{ shout.html|safe }}</div>
 </div>
 <br />
 <span class="date">{{ shout.shout_date|date:"D M d Y H:i:s" }}</span><br />