From 497b7dd53706bb3dbc329b7b215f9309ab26778e Mon Sep 17 00:00:00 2001 From: ManshaAgarwal716 Date: Tue, 23 Sep 2025 21:26:34 +0530 Subject: [PATCH 01/17] Add Jacob Walls and update Former Fellows heading --- djangoproject/templates/fundraising/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djangoproject/templates/fundraising/index.html b/djangoproject/templates/fundraising/index.html index 3d8196b31..c470f1553 100644 --- a/djangoproject/templates/fundraising/index.html +++ b/djangoproject/templates/fundraising/index.html @@ -302,7 +302,7 @@

{% translate "Who are the Django Fellows?" % {% endblocktranslate %}

-

{% translate "Former Django Fellows:" %}

+

{% translate "Former Django Fellows:" %}

{% blocktranslate trimmed %} From c09dfffcc9ea441641600a0ee2e4bd1c2827acd0 Mon Sep 17 00:00:00 2001 From: ManshaAgarwal716 Date: Tue, 23 Sep 2025 21:59:34 +0530 Subject: [PATCH 02/17] Fix blog archive heading to show 'Month Year archive --- djangoproject/templates/blog/entry_archive_month.html | 2 +- djangoproject/templates/fundraising/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/djangoproject/templates/blog/entry_archive_month.html b/djangoproject/templates/blog/entry_archive_month.html index 939d2e704..3e4ff1bbb 100644 --- a/djangoproject/templates/blog/entry_archive_month.html +++ b/djangoproject/templates/blog/entry_archive_month.html @@ -7,7 +7,7 @@ {% block content %} -

{% blocktranslate %}{{ month|date:"YEAR_MONTH_FORMAT" }} archive{% endblocktranslate %}

+

{{ month|date:"F Y" }} {% translate "archive" %}