comparison gpp/templates/downloads/thanks.html @ 1:dbd703f7d63a

Initial import of sg101 stuff from private repository.
author gremmie
date Mon, 06 Apr 2009 02:43:12 +0000
parents
children 27bee3ac85e6
comparison
equal deleted inserted replaced
0:900ba3c7b765 1:dbd703f7d63a
1 {% extends 'base.html' %}
2 {% load downloads_tags %}
3 {% block title %}Thanks for the Download{% endblock %}
4 {% block custom_css %}
5 {{ add_form.media }}
6 <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/downloads.css" />
7 {% endblock %}
8 {% block content %}
9 <h2>Downloads</h2>
10 {% downloads_navigation %}
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
13 available shortly.</p>
14 {% endblock %}