From 10d1fc8c778188a3502783337d4065b7f876a632 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Fri, 22 May 2026 08:42:31 +0300 Subject: [PATCH 1/2] Add "Become a sponsor" link to the corporate members sidebar The sidebar listed current sponsors but had no call to action for prospective ones. --- djangoproject/scss/_style.scss | 5 +++++ .../fundraising/includes/top_corporate_members.html | 3 +++ 2 files changed, 8 insertions(+) diff --git a/djangoproject/scss/_style.scss b/djangoproject/scss/_style.scss index be2c29de5b..6c6256dac0 100644 --- a/djangoproject/scss/_style.scss +++ b/djangoproject/scss/_style.scss @@ -3569,6 +3569,11 @@ ul.corporate-members li { margin-bottom: 20px; } + .become-a-sponsor { + clear: both; + margin-top: 10px; + } + clear: both; } diff --git a/djangoproject/templates/fundraising/includes/top_corporate_members.html b/djangoproject/templates/fundraising/includes/top_corporate_members.html index 43a21f21e1..723a16f412 100644 --- a/djangoproject/templates/fundraising/includes/top_corporate_members.html +++ b/djangoproject/templates/fundraising/includes/top_corporate_members.html @@ -18,5 +18,8 @@

{{ header }}

{% endfor %} +

+ Become a sponsor → +

{% endif %} From 2ab7282631750b46c724cd3c7f9838d4c7cecf4e Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Fri, 22 May 2026 10:54:10 +0300 Subject: [PATCH 2/2] Style the sponsor CTA like the rest of the sidebar Use the existing list-links-small style instead of a one-off rule. --- djangoproject/scss/_style.scss | 5 ----- .../fundraising/includes/top_corporate_members.html | 6 +++--- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/djangoproject/scss/_style.scss b/djangoproject/scss/_style.scss index 6c6256dac0..be2c29de5b 100644 --- a/djangoproject/scss/_style.scss +++ b/djangoproject/scss/_style.scss @@ -3569,11 +3569,6 @@ ul.corporate-members li { margin-bottom: 20px; } - .become-a-sponsor { - clear: both; - margin-top: 10px; - } - clear: both; } diff --git a/djangoproject/templates/fundraising/includes/top_corporate_members.html b/djangoproject/templates/fundraising/includes/top_corporate_members.html index 723a16f412..a6c2149809 100644 --- a/djangoproject/templates/fundraising/includes/top_corporate_members.html +++ b/djangoproject/templates/fundraising/includes/top_corporate_members.html @@ -18,8 +18,8 @@

{{ header }}

{% endfor %} -

- Become a sponsor → -

+ {% endif %}