diff gpp/templates/weblinks/base.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 7e8d2dda99e3
children
line wrap: on
line diff
--- a/gpp/templates/weblinks/base.html	Thu Jan 20 04:40:14 2011 +0000
+++ b/gpp/templates/weblinks/base.html	Thu Jan 27 02:56:10 2011 +0000
@@ -1,7 +1,7 @@
 {% extends 'base.html' %}
 {% load weblinks_tags %}
 {% block custom_css %}
-<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/weblinks.css" />
+<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/weblinks.css" />
 {% block weblinks_css %}{% endblock %}
 {% block weblinks_js %}{% endblock %}
 {% endblock %}