Mercurial > public > sg101
diff gpp/templates/downloads/download.html @ 312:88b2b9cb8c1f
Fixing #142; cut over to the django.contrib.staticfiles app.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 27 Jan 2011 02:56:10 +0000 |
parents | daa2916f5b34 |
children | 41411066b16d |
line wrap: on
line diff
--- a/gpp/templates/downloads/download.html Thu Jan 20 04:40:14 2011 +0000 +++ b/gpp/templates/downloads/download.html Thu Jan 27 02:56:10 2011 +0000 @@ -20,7 +20,7 @@ </tr> <tr> <th>Rating:</th><td><div class="rating" id="rating-{{ download.id }}">{{ download.average_score|floatformat }}</div></td> - <th><img src="{{ MEDIA_URL }}icons/comments.png" alt="Comments" title="Comments" /> + <th><img src="{{ STATIC_URL }}icons/comments.png" alt="Comments" title="Comments" /> <a href="{% url 'downloads-details' download.id %}">Comments</a>:</th><td>{{ comment_count }}</td> </tr> <tr><td><input type="submit" value="Download Now" /></td></tr>