comparison gpp/templates/downloads/thanks.html @ 241:27bee3ac85e6

For #93: fix url scheme for downloads.
author Brian Neal <bgneal@gmail.com>
date Wed, 15 Sep 2010 01:01:40 +0000
parents dbd703f7d63a
children 88b2b9cb8c1f
comparison
equal deleted inserted replaced
240:1246a4f1ab4f 241:27bee3ac85e6
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="{{ MEDIA_URL }}css/downloads.css" />
7 {% endblock %} 7 {% endblock %}
8 {% block content %} 8 {% block content %}
9 <h2>Downloads</h2> 9 <h2>Downloads</h2>
10 {% downloads_navigation %} 10 {% include 'downloads/navigation.html' %}
11 <h3>Thanks for the Download</h3> 11 <h3>Thanks for the Download</h3>
12 <p>Thank you for sending in a download! Your file will be reviewed by the site staff and made 12 <p>Thank you for sending in a download! Your file will be reviewed by the site staff and made
13 available shortly.</p> 13 available shortly.</p>
14 {% endblock %} 14 {% endblock %}