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

Implement #43, various shoutbox improvements.
author Brian Neal <bgneal@gmail.com>
date Fri, 18 Dec 2009 04:30:49 +0000
parents 777451a98f9d
children 88b2b9cb8c1f
line wrap: on
line diff
--- a/gpp/templates/shoutbox/view.html	Thu Dec 17 04:14:16 2009 +0000
+++ b/gpp/templates/shoutbox/view.html	Fri Dec 18 04:30:49 2009 +0000
@@ -1,6 +1,5 @@
 {% extends 'base.html' %}
 {% load avatar_tags %}
-{% load smiley_tags %}
 {% load script_tags %}
 {% block custom_css %}
 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/shoutbox_app.css" />