Skip to content

Commit 5624fb2

Browse files
pre-commit-ci[bot]SaptakS
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b5c2b66 commit 5624fb2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

djangoproject/templates/foundation/meeting_archive.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ <h1>{% translate "Meeting minutes archive" %}</h1>
1313

1414
<p>{% translate "The minutes from May 2025 onwards are stored in the repo https://github.com/django/dsf-minutes" %}
1515

16-
<p>{% translate "Select a year to view meeting minutes:" %}</p>
16+
<p>{% translate "Select a year to view meeting minutes:" %}</p>
1717

18-
<ul>
19-
{% for year in date_list %}
20-
<li><a href="{% url 'foundation_meeting_archive_year' year=year.year %}">{{ year.year }}</a></li>
21-
{% endfor %}
22-
</ul>
18+
<ul>
19+
{% for year in date_list %}
20+
<li><a href="{% url 'foundation_meeting_archive_year' year=year.year %}">{{ year.year }}</a></li>
21+
{% endfor %}
22+
</ul>
2323
{% endblock %}

0 commit comments

Comments
 (0)