We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497b7dd commit c09dfffCopy full SHA for c09dfff
djangoproject/templates/blog/entry_archive_month.html
@@ -7,7 +7,7 @@
7
8
{% block content %}
9
10
- <h1>{% blocktranslate %}{{ month|date:"YEAR_MONTH_FORMAT" }} archive{% endblocktranslate %}</h1>
+ <h1>{{ month|date:"F Y" }} {% translate "archive" %}</h1>
11
12
<ul class="list-news">
13
djangoproject/templates/fundraising/index.html
@@ -302,7 +302,7 @@ <h2 id="who-are-the-django-fellows">{% translate "Who are the Django Fellows?" %
302
{% endblocktranslate %}
303
</p>
304
305
- <h3>{% translate "Former Django Fellows:" %}</h3>
+ <p>{% translate "Former Django Fellows:" %}</p>
306
307
<p>
308
{% blocktranslate trimmed %}
0 commit comments