From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 26 Sep 2024 20:54:52 +0000 (+0200) Subject: [3.13] Doc: Use the short version for daily downloads (GH-124602) (#124610) X-Git-Tag: v3.13.0rc3~71 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e7c58a77dfadd30776018491cd57bf6a91691e3;p=thirdparty%2FPython%2Fcpython.git [3.13] Doc: Use the short version for daily downloads (GH-124602) (#124610) Doc: Use the short version for daily downloads (GH-124602) (cherry picked from commit 2c472d36b776636fb00881a717f69e43672588b1) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html index c978e61b16a4..45ec436fee72 100644 --- a/Doc/tools/templates/download.html +++ b/Doc/tools/templates/download.html @@ -13,7 +13,7 @@ {% endif %} {% block body %} -

{% trans %}Download Python {{ release }} Documentation{% endtrans %}

+

{% trans %}Download Python {{ dl_version }} Documentation{% endtrans %}

{% if last_updated %}

{% trans %}Last updated on: {{ last_updated }}.{% endtrans %}

{% endif %}