File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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 %}
You can’t perform that action at this time.
0 commit comments