aboutsummaryrefslogtreecommitdiff
path: root/djangopypi/templates/djangopypi/show_version.html
blob: d3b393adde9b6010c1cdc82b481a9b79651c066d (plain)
1
2
3
4
5
<html><head><title>Links for {{ dist_name }} {{ version }}</title></head><body>
<h1>Links for {{ dist_name }} {{ version }}</h1>

<a href="{{ release.get_dl_url }}">{{ release.filename }}</a><br />
</body></html>