Mercurial > public > sg101
comparison 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 |
comparison
equal
deleted
inserted
replaced
311:b1c39788e511 | 312:88b2b9cb8c1f |
---|---|
1 {% extends 'news/base.html' %} | 1 {% extends 'news/base.html' %} |
2 {% block title %}News: {{ title }}{% endblock %} | 2 {% block title %}News: {{ title }}{% endblock %} |
3 {% block news_css %} | 3 {% block news_css %} |
4 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/pagination.css" /> | 4 <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/pagination.css" /> |
5 {% endblock %} | 5 {% endblock %} |
6 {% block news_content %} | 6 {% block news_content %} |
7 <h3>{{ title }}</h3> | 7 <h3>{{ title }}</h3> |
8 | 8 |
9 {% if page.object_list %} | 9 {% if page.object_list %} |