Mercurial > public > sg101
comparison gpp/templates/downloads/thanks.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 |
---|---|
1 {% extends 'base.html' %} | 1 {% extends 'base.html' %} |
2 {% load downloads_tags %} | 2 {% load downloads_tags %} |
3 {% block title %}Thanks for the Download{% endblock %} | 3 {% block title %}Thanks for the Download{% endblock %} |
4 {% block custom_css %} | 4 {% block custom_css %} |
5 {{ add_form.media }} | 5 {{ add_form.media }} |
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>Thanks for the Download</h3> | 11 <h3>Thanks for the Download</h3> |