Mercurial > public > sg101
comparison gpp/templates/downloads/commands/category_report.html @ 528:311c926dd218
Must urlencode the filenames.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 21 Dec 2011 01:25:10 +0000 |
parents | 645025056dfa |
children |
comparison
equal
deleted
inserted
replaced
527:645025056dfa | 528:311c926dd218 |
---|---|
5 </head> | 5 </head> |
6 <body> | 6 <body> |
7 <h1>Download Report: {{ category.title }}</h1> | 7 <h1>Download Report: {{ category.title }}</h1> |
8 {% for dl in downloads %} | 8 {% for dl in downloads %} |
9 <h2>{{ dl.title }}</h2> | 9 <h2>{{ dl.title }}</h2> |
10 <p><em>Uploaded by {{ dl.user.username }}.</em></p> | 10 <p><small><em>Uploaded by {{ dl.user.username }}.</em></small></p> |
11 <div>{{ dl.html|safe }}</div> | 11 <div>{{ dl.html|safe }}</div> |
12 {% endfor %} | 12 {% endfor %} |
13 </body> | 13 </body> |
14 </html> | 14 </html> |