diff gpp/templates/shoutbox/view_shout.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/view_shout.html	Thu Jan 20 04:40:14 2011 +0000
+++ b/gpp/templates/shoutbox/view_shout.html	Thu Jan 27 02:56:10 2011 +0000
@@ -2,11 +2,11 @@
 {% load url from future %}
 {% 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="{{ STATIC_URL }}css/shoutbox_app.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 #{{ shout.id }}{% endblock %}
 {% block content %}