diff gpp/templates/shoutbox/view.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 e1d1a70d312d
children 3c48a555298d
line wrap: on
line diff
--- a/gpp/templates/shoutbox/view.html	Thu Jan 20 04:40:14 2011 +0000
+++ b/gpp/templates/shoutbox/view.html	Thu Jan 27 02:56:10 2011 +0000
@@ -2,12 +2,12 @@
 {% load avatar_tags %}
 {% load script_tags %}
 {% block custom_css %}
-<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/shoutbox_app.css" />
-<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/pagination.css" />
+<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/shoutbox_app.css" />
+<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/pagination.css" />
 {% endblock %}
 {% block custom_js %}
 {% script_tags "jquery-jeditable" %}
-<script type="text/javascript" src="{{ MEDIA_URL }}js/shoutbox_app.js"></script>
+<script type="text/javascript" src="{{ STATIC_URL }}js/shoutbox_app.js"></script>
 {% endblock %}
 {% block title %}Shout History{% endblock %}
 {% block content %}