Mercurial > public > sg101
comparison gpp/templates/downloads/download_summary.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 | f408971657b9 |
children | 7ddd60164245 |
comparison
equal
deleted
inserted
replaced
240:1246a4f1ab4f | 241:27bee3ac85e6 |
---|---|
7 {% block custom_js %} | 7 {% block custom_js %} |
8 <script type="text/javascript" src="{{ MEDIA_URL }}js/downloads/rating.js"></script> | 8 <script type="text/javascript" src="{{ MEDIA_URL }}js/downloads/rating.js"></script> |
9 {% endblock %} | 9 {% endblock %} |
10 {% block content %} | 10 {% block content %} |
11 <h2>Downloads</h2> | 11 <h2>Downloads</h2> |
12 {% downloads_navigation %} | 12 {% include 'downloads/navigation.html' %} |
13 <h3>{{ title }}</h3> | 13 <h3>{{ title }}</h3> |
14 | 14 |
15 {% if downloads %} | 15 {% if downloads %} |
16 <dl> | 16 <dl> |
17 {% for download in downloads %} | 17 {% for download in downloads %} |