From becdd58fb2922d998a1a6c10d20a73a7c2d22587 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Mon, 26 May 2025 23:42:33 +0100 Subject: [PATCH] Hide releases from Downloads page when they have no files to download --- templates/downloads/os_list.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/downloads/os_list.html b/templates/downloads/os_list.html index ffd524e5f..b110e57b1 100644 --- a/templates/downloads/os_list.html +++ b/templates/downloads/os_list.html @@ -40,6 +40,7 @@

Python Releases for {{ os.name }}

Stable Releases

+ {% endif %} {% endfor %} @@ -71,6 +73,7 @@

Stable Releases

Pre-releases