Skip to content

Commit 40723c4

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 c0ccfc8 commit 40723c4

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

djangoproject/templates/base_foundation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ <h3>About the foundation</h3>
2626
<li><a href="/foundation/conferences/">Organizing a Django conference</a></li>
2727
</ul>
2828
<h3>{% translate "Latest DSF meeting minutes" %}</h3>
29-
<p> {% translate "The minutes from May 2025 onwards are stored in the repo" %}
30-
<a href="https://github.com/django/dsf-minutes">https://github.com/django/dsf-minutes</a>
29+
<p> {% translate "The minutes from May 2025 onwards are stored in the repo" %}
30+
<a href="https://github.com/django/dsf-minutes">https://github.com/django/dsf-minutes</a>
3131
</p>
3232
{% render_latest_meeting_minute_entries 2 %}
3333
<a href="{% url 'foundation_meeting_archive_index' %}" class="link-readmore">{% translate "More meeting minutes" %}</a>

djangoproject/templates/foundation/meeting_archive.html

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

1414
<p>{% translate "The minutes from May 2025 onwards are stored in the repo" %}
15-
<a href="https://github.com/django/dsf-minutes">https://github.com/django/dsf-minutes</a>
15+
<a href="https://github.com/django/dsf-minutes">https://github.com/django/dsf-minutes</a>
1616
</p>
1717

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

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

0 commit comments

Comments
 (0)