Mercurial > public > sg101
diff 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 |
line wrap: on
line diff
--- a/gpp/templates/downloads/commands/category_report.html Wed Dec 21 01:08:21 2011 +0000 +++ b/gpp/templates/downloads/commands/category_report.html Wed Dec 21 01:25:10 2011 +0000 @@ -7,7 +7,7 @@ <h1>Download Report: {{ category.title }}</h1> {% for dl in downloads %} <h2>{{ dl.title }}</h2> - <p><em>Uploaded by {{ dl.user.username }}.</em></p> + <p><small><em>Uploaded by {{ dl.user.username }}.</em></small></p> <div>{{ dl.html|safe }}</div> {% endfor %} </body>