comparison gpp/templates/downloads/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 daa2916f5b34
children
comparison
equal deleted inserted replaced
311:b1c39788e511 312:88b2b9cb8c1f
1 {% extends 'base.html' %} 1 {% extends 'base.html' %}
2 {% load url from future %} 2 {% load url from future %}
3 {% load downloads_tags %} 3 {% load downloads_tags %}
4 {% block title %}Downloads{% endblock %} 4 {% block title %}Downloads{% endblock %}
5 {% block custom_css %} 5 {% block custom_css %}
6 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/downloads.css" /> 6 <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/downloads.css" />
7 {% endblock %} 7 {% endblock %}
8 {% block content %} 8 {% block content %}
9 <h2>Downloads</h2> 9 <h2>Downloads</h2>
10 {% include 'downloads/navigation.html' %} 10 {% include 'downloads/navigation.html' %}
11 <h3>Categories</h3> 11 <h3>Categories</h3>