comparison gpp/templates/downloads/add.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 6a5549c2efb5
children 88b2b9cb8c1f
comparison
equal deleted inserted replaced
240:1246a4f1ab4f 241:27bee3ac85e6
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="{{ MEDIA_URL }}css/downloads.css" />
8 {% endblock %} 8 {% endblock %}
9 {% block content %} 9 {% block content %}
10 <h2>Downloads</h2> 10 <h2>Downloads</h2>
11 {% downloads_navigation %} 11 {% include 'downloads/navigation.html' %}
12 <h3>Add Download</h3> 12 <h3>Add Download</h3>
13 13
14 <p>Use the following form to upload a file. Please note the following:</p> 14 <p>Use the following form to upload a file. Please note the following:</p>
15 <ul> 15 <ul>
16 <li>Please submit an upload only once.</li> 16 <li>Please submit an upload only once.</li>