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