aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <askh@opera.com>2009-04-20 16:16:37 +0200
committerAsk Solem <askh@opera.com>2009-04-20 16:16:37 +0200
commit2edd9f1101c18685ad7c279fdd2c014572aa59a2 (patch)
treebc606dea709a0e4dab9fd72be859dbd1e653af1b
parent42808d28d4a9607793789633fc385cd7b8bc0cab (diff)
downloadchishop-2edd9f1101c18685ad7c279fdd2c014572aa59a2.tar.bz2
chishop-2edd9f1101c18685ad7c279fdd2c014572aa59a2.tar.xz
chishop-2edd9f1101c18685ad7c279fdd2c014572aa59a2.zip
Make download links absolute.
-rw-r--r--djangopypi/templates/djangopypi/pypi_show_links.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/djangopypi/templates/djangopypi/pypi_show_links.html b/djangopypi/templates/djangopypi/pypi_show_links.html
index dbcda37..c2bbcc6 100644
--- a/djangopypi/templates/djangopypi/pypi_show_links.html
+++ b/djangopypi/templates/djangopypi/pypi_show_links.html
@@ -12,7 +12,7 @@
12<tbody> 12<tbody>
13 {% for release in releases %} 13 {% for release in releases %}
14 <tr> 14 <tr>
15 <td><a href="{{ release.get_dl_url }}">{{ release.filename }}</a></td> 15 <td><a href="/{{ release.get_dl_url }}">{{ release.filename }}</a></td>
16 <td>{{ release.platform }}</td> 16 <td>{{ release.platform }}</td>
17 <td>{{ release.type }}</td> 17 <td>{{ release.type }}</td>
18 <td>{{ release.pyversion }}</td> 18 <td>{{ release.pyversion }}</td>