aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefanfoulis <stefan.foulis@gmail.com>2010-01-02 22:15:49 +0100
committerstefanfoulis <stefan.foulis@gmail.com>2010-01-02 22:15:49 +0100
commit3579cd1a49c24a80f8834c459c055ffc9b364005 (patch)
tree36869a8fa587c2804b730850fa7801d9f2f375a4
parent1e2fdc99abff24259e1c47651ca34373a2dcf9d0 (diff)
downloadchishop-3579cd1a49c24a80f8834c459c055ffc9b364005.tar.bz2
chishop-3579cd1a49c24a80f8834c459c055ffc9b364005.tar.xz
chishop-3579cd1a49c24a80f8834c459c055ffc9b364005.zip
fixed version that would not show up (release.version instead of release.pyversion)
-rw-r--r--chishop/templates/djangopypi/pypi_show_links.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/chishop/templates/djangopypi/pypi_show_links.html b/chishop/templates/djangopypi/pypi_show_links.html
index 6b239d1..6e46635 100644
--- a/chishop/templates/djangopypi/pypi_show_links.html
+++ b/chishop/templates/djangopypi/pypi_show_links.html
@@ -15,7 +15,7 @@
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.version }}</td>
19 <td>{{ release.upload_time }}</td> 19 <td>{{ release.upload_time }}</td>
20 <td>{{ release.distribution.size|filesizeformat }}</td> 20 <td>{{ release.distribution.size|filesizeformat }}</td>
21 </tr> 21 </tr>