aboutsummaryrefslogtreecommitdiff
path: root/chishop/templates/djangopypi/show_links.html
blob: 57a1268e855d9b16751b2b39953151d0274f9583 (plain)
1
2
3
4
5
6
7
<html><head><title>Links for {{ dist_name }}</title></head><body>
<h1>Links for {{ dist_name }}</h1>

{% for release in releases %}
<a href="{{ release.get_dl_url }}">{{ release.filename }}</a><br />
{% endfor %}
</body></html>