8000 Fix homepage download box template · pythonanywhere/pythondotorg@018db83 · GitHub
[go: up one dir, main page]

Skip to content

Commit 018db83

Browse files
committed
Fix homepage download box template
1 parent 120bc23 commit 018db83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<h2 class="widget-title"><span aria-hidden="true" class="icon-download"></span>Download</h2>
22
<p>Python source code and installers are available for download for all versions! Not sure which version to use? <a href="https://wiki.python.org/moin/Python2orPython3">Check here</a>.</p>
3-
<p>Latest: <a href="{{ latest_python3.url }}">{{ latest_python3.release.name }}</a> - <a href="{{ latest_python2.url }}">{{ latest_python2.release.name }}</a></p>
3+
<p>Latest: <a href="{{ latest_python3.get_absolute_url }}">{{ latest_python3.name }}</a> - <a href="{{ latest_python2.get_absolute_url }}">{{ latest_python2.name }}</a></p>

0 commit comments

Comments
 (0)
0