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.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/djangopypi/templates/djangopypi/show_links.html b/djangopypi/templates/djangopypi/show_links.html
new file mode 100644
index 0000000..57a1268
--- /dev/null
+++ b/djangopypi/templates/djangopypi/show_links.html
@@ -0,0 +1,7 @@
1<html><head><title>Links for {{ dist_name }}</title></head><body>
2<h1>Links for {{ dist_name }}</h1>
3
4{% for release in releases %}
5<a href="{{ release.get_dl_url }}">{{ release.filename }}</a><br />
6{% endfor %}
7</body></html>