Mercurial > public > sg101
comparison gpp/templates/downloads/download_detail.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 | 2d299909e074 |
children | 88b2b9cb8c1f |
comparison
equal
deleted
inserted
replaced
240:1246a4f1ab4f | 241:27bee3ac85e6 |
---|---|
12 <script type="text/javascript" src="{{ MEDIA_URL }}js/comments.js"></script> | 12 <script type="text/javascript" src="{{ MEDIA_URL }}js/comments.js"></script> |
13 <script type="text/javascript" src="{{ MEDIA_URL }}js/downloads/rating.js"></script> | 13 <script type="text/javascript" src="{{ MEDIA_URL }}js/downloads/rating.js"></script> |
14 {% endblock %} | 14 {% endblock %} |
15 {% block content %} | 15 {% block content %} |
16 <h2>Downloads</h2> | 16 <h2>Downloads</h2> |
17 {% downloads_navigation %} | 17 {% include 'downloads/navigation.html' %} |
18 <h3>Download Details For {{ download.title }}</h3> | 18 <h3>Download Details For {{ download.title }}</h3> |
19 | 19 |
20 <dl> | 20 <dl> |
21 {% include 'downloads/download.html' %} | 21 {% include 'downloads/download.html' %} |
22 </dl> | 22 </dl> |