diff gpp/templates/shoutbox/shoutbox.html @ 312:88b2b9cb8c1f

Fixing #142; cut over to the django.contrib.staticfiles app.
author Brian Neal <bgneal@gmail.com>
date Thu, 27 Jan 2011 02:56:10 +0000
parents daa2916f5b34
children
line wrap: on
line diff
--- a/gpp/templates/shoutbox/shoutbox.html	Thu Jan 20 04:40:14 2011 +0000
+++ b/gpp/templates/shoutbox/shoutbox.html	Thu Jan 27 02:56:10 2011 +0000
@@ -26,7 +26,7 @@
    <input id="shoutbox-smilies" type="button" value="Smilies" />
 </div>
 <div id="shoutbox-smiley-frame" style="display:none;">
-<img id="shoutbox-busy-icon" src="{{ MEDIA_URL }}icons/ajax_busy.gif" alt="Please wait" />
+<img id="shoutbox-busy-icon" src="{{ STATIC_URL }}icons/ajax_busy.gif" alt="Please wait" />
 </div>
 </center>
 {% else %}