Skip to content

Commit c09dfff

Browse files
Fix blog archive heading to show 'Month Year archive
1 parent 497b7dd commit c09dfff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

djangoproject/templates/blog/entry_archive_month.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
{% block content %}
99

10-
<h1>{% blocktranslate %}{{ month|date:"YEAR_MONTH_FORMAT" }} archive{% endblocktranslate %}</h1>
10+
<h1>{{ month|date:"F Y" }} {% translate "archive" %}</h1>
1111

1212
<ul class="list-news">
1313

djangoproject/templates/fundraising/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ <h2 id="who-are-the-django-fellows">{% translate "Who are the Django Fellows?" %
302302
{% endblocktranslate %}
303303
</p>
304304

305-
<h3>{% translate "Former Django Fellows:" %}</h3>
305+
<p>{% translate "Former Django Fellows:" %}</p>
306306

307307
<p>
308308
{% blocktranslate trimmed %}

0 commit comments

Comments
 (0)