diff 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
line wrap: on
line diff
--- a/gpp/templates/downloads/thanks.html	Thu Jan 20 04:40:14 2011 +0000
+++ b/gpp/templates/downloads/thanks.html	Thu Jan 27 02:56:10 2011 +0000
@@ -3,7 +3,7 @@
 {% block title %}Thanks for the Download{% endblock %}
 {% block custom_css %}
 {{ add_form.media }}
-<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/downloads.css" />
+<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/downloads.css" />
 {% endblock %}
 {% block content %}
 <h2>Downloads</h2>