gremmie@1: {% extends 'base.html' %} gremmie@1: {% load downloads_tags %} gremmie@1: {% block title %}Thanks for the Download{% endblock %} gremmie@1: {% block custom_css %} gremmie@1: {{ add_form.media }} bgneal@312: <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/downloads.css" /> gremmie@1: {% endblock %} gremmie@1: {% block content %} gremmie@1: <h2>Downloads</h2> bgneal@241: {% include 'downloads/navigation.html' %} gremmie@1: <h3>Thanks for the Download</h3> gremmie@1: <p>Thank you for sending in a download! Your file will be reviewed by the site staff and made gremmie@1: available shortly.</p> gremmie@1: {% endblock %}