Mercurial > public > sg101
diff gpp/templates/news/index.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 | 1246a4f1ab4f |
children | bbbc357ac5f3 |
line wrap: on
line diff
--- a/gpp/templates/news/index.html Thu Jan 20 04:40:14 2011 +0000 +++ b/gpp/templates/news/index.html Thu Jan 27 02:56:10 2011 +0000 @@ -1,7 +1,7 @@ {% extends 'news/base.html' %} {% block title %}News: {{ title }}{% endblock %} {% block news_css %} -<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/pagination.css" /> +<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/pagination.css" /> {% endblock %} {% block news_content %} <h3>{{ title }}</h3>