File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
djangoproject/templates/foundation Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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 %}
You can’t perform that action at this time.
0 commit comments