aboutsummaryrefslogtreecommitdiff
path: root/djangopypi/templates/djangopypi/show_links.html
diff options
context:
space:
mode:
Diffstat (limited to 'djangopypi/templates/djangopypi/show_links.html')
-rw-r--r--djangopypi/templates/djangopypi/show_links.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/djangopypi/templates/djangopypi/show_links.html b/djangopypi/templates/djangopypi/show_links.html
index dfbb63d..a66cd53 100644
--- a/djangopypi/templates/djangopypi/show_links.html
+++ b/djangopypi/templates/djangopypi/show_links.html
@@ -2,7 +2,7 @@
2<h1>Links for {{ dist_name }}</h1> 2<h1>Links for {{ dist_name }}</h1>
3 3
4{% for release in releases %} 4{% for release in releases %}
5<a href="/media/{{ release.path }}#md5={{ release.dist_md5sum }} 5<a href="/media/{{ release.path }}#md5={{ release.dist_md5sum }}"
6>{{ release.filename }}</a><br /> 6>{{ release.filename }}</a><br />
7{% endfor %} 7{% endfor %}
8</body></html> 8</body></html>