Mercurial > public > sg101
comparison gpp/templates/downloads/add.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 | 27bee3ac85e6 |
children |
comparison
equal
deleted
inserted
replaced
311:b1c39788e511 | 312:88b2b9cb8c1f |
---|---|
2 {% load downloads_tags %} | 2 {% load downloads_tags %} |
3 {% load core_tags %} | 3 {% load core_tags %} |
4 {% block title %}Add Download{% endblock %} | 4 {% block title %}Add Download{% endblock %} |
5 {% block custom_css %} | 5 {% block custom_css %} |
6 {{ add_form.media }} | 6 {{ add_form.media }} |
7 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/downloads.css" /> | 7 <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/downloads.css" /> |
8 {% endblock %} | 8 {% endblock %} |
9 {% block content %} | 9 {% block content %} |
10 <h2>Downloads</h2> | 10 <h2>Downloads</h2> |
11 {% include 'downloads/navigation.html' %} | 11 {% include 'downloads/navigation.html' %} |
12 <h3>Add Download</h3> | 12 <h3>Add Download</h3> |