Kaydet (Commit) 7ff19fa2 authored tarafından Georg Brandl's avatar Georg Brandl

Don't show version in title.

üst baf59e06
...@@ -3,14 +3,15 @@ ...@@ -3,14 +3,15 @@
{% set dlbase = 'http://docs.python.org/ftp/python/doc/' + release %} {% set dlbase = 'http://docs.python.org/ftp/python/doc/' + release %}
{% block body %} {% block body %}
<h1>Download Python {{ release }} Documentation <h1>Download Python {{ release }} Documentation</h1>
{%- if last_updated %} (last updated on {{ last_updated }}){% endif %}</h1>
{% if 'a' in release or 'b' in release or 'c' in release %} {% if 'a' in release or 'b' in release or 'c' in release %}
<p>We don't package the documentation for development releases for download. <p>We don't package the documentation for development releases for download.
Downloads will be available for the final release.</p> Downloads will be available for the final release.</p>
{% else %} {% else %}
{% if last_updated %}<p><b>Last updated on: {{ last_updated }}.</b></p>{% endif %}
<p>To download an archive containing all the documents for this version of <p>To download an archive containing all the documents for this version of
Python in one of various formats, follow one of links in this table. The numbers Python in one of various formats, follow one of links in this table. The numbers
in the table are the size of the download files in Kilobytes.</p> in the table are the size of the download files in Kilobytes.</p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment