Skip to content

Commit

Permalink
Updated templates for 1.4.5 / 1.3.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaugustin committed Feb 20, 2013
1 parent b2e9c9f commit 772edbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions templates/flatpages/download.html
Expand Up @@ -9,7 +9,7 @@ <h1>{{ flatpage.title }}</h1>
{% block content-related %}
<h2>For the impatient:</h2>
<ul>
<li>Latest release: <a href="https://www.djangoproject.com/download/1.4.4/tarball/">Django-1.4.4.tar.gz</a><br>Checksum: <a href="https://www.djangoproject.com/download/1.4.4/checksum/">Django-1.4.4.checksum.txt</a></li>
<li>Latest release: <a href="https://www.djangoproject.com/download/1.4.5/tarball/">Django-1.4.5.tar.gz</a><br>Checksum: <a href="https://www.djangoproject.com/download/1.4.5/checksum/">Django-1.4.5.checksum.txt</a></li>
</ul>

<h2>Which version is better?</h2>
Expand All @@ -18,7 +18,7 @@ <h2>Which version is better?</h2>
<p>If you're just looking for a stable deployment target and don't mind waiting for the next release, you'll want to stick with the latest official release (which will always include detailed notes on any changes you'll need to make while upgrading).</p>
<h2>Previous releases</h2>
<ul>
<li>Django 1.3.6: <a href="https://www.djangoproject.com/download/1.3.6/tarball/">Django-1.3.6.tar.gz</a><br>Checksum: <a href="https://www.djangoproject.com/download/1.3.6/checksum/">Django-1.3.6.checksum.txt</a></li>
<li>Django 1.3.7: <a href="https://www.djangoproject.com/download/1.3.7/tarball/">Django-1.3.7.tar.gz</a><br>Checksum: <a href="https://www.djangoproject.com/download/1.3.7/checksum/">Django-1.3.7.checksum.txt</a></li>
</ul>

<h2>Unsupported previous releases (no longer receive security updates or bugfixes)</h2>
Expand Down
2 changes: 1 addition & 1 deletion templates/homepage.html
Expand Up @@ -35,7 +35,7 @@ <h3>Internationalization</h3>

<h2>Download</h2>
<ul class="linklist">
<li class="button-download"><a href="/download/">Latest release: <strong>1.4.4</strong></a></li>
<li class="button-download"><a href="/download/">Latest release: <strong>1.4.5</strong></a></li>
</ul>
<p>Open source, <a href="https://github.com/django/django/blob/master/LICENSE">BSD license</a></p>
<h2>Documentation</h2>
Expand Down

0 comments on commit 772edbc

Please sign in to comment.