From cd5a07541a2799299011b91c812bca8f9eed5384 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Mon, 23 Feb 2026 11:55:27 -0600 Subject: [PATCH] adjust ui for visonary sponsors on downloads page --- .../sponsors/partials/sponsors-list.html | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/apps/sponsors/templates/sponsors/partials/sponsors-list.html b/apps/sponsors/templates/sponsors/partials/sponsors-list.html index 54d0a34ee..365feb4a5 100644 --- a/apps/sponsors/templates/sponsors/partials/sponsors-list.html +++ b/apps/sponsors/templates/sponsors/partials/sponsors-list.html @@ -6,13 +6,20 @@ {% if logo_place == "download" %} {% comment %}cache for 1 day{% endcomment %} {% cache 86400 CACHED_DOWNLOAD_SPONSORS_LIST %} -

Sponsors

-

Visionary sponsors help to host Python downloads.

+

Sponsors

+

Visionary sponsors help to host Python downloads.

+
{% for sponsorship in sponsorships %} - {% thumbnail sponsorship.sponsor.web_logo "x200" format="PNG" quality=100 as im %} - {{ sponsorship.sponsor.name }} logo + {% thumbnail sponsorship.sponsor.web_logo "x150" format="PNG" quality=100 as im %} +
+ + {{ sponsorship.sponsor.name }} logo + +

{{ sponsorship.sponsor.name }}

+
{% endthumbnail %} {% endfor %} +
{% endcache CACHED_DOWNLOAD_SPONSORS_LIST %} {% elif logo_place == "jobs" %}