Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions djangoproject/templates/base_foundation.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ <h3>About the foundation</h3>
<li><a href="/foundation/conferences/">Organizing a Django conference</a></li>
</ul>
<h3>{% translate "Latest DSF meeting minutes" %}</h3>
<p> {% translate "The minutes from May 2025 onwards are stored in the repo" %}
<a href="https://github.com/django/dsf-minutes">https://github.com/django/dsf-minutes</a>
</p>
{% render_latest_meeting_minute_entries 2 %}
<a href="{% url 'foundation_meeting_archive_index' %}" class="link-readmore">{% translate "More meeting minutes" %}</a>
</div>
Expand Down
4 changes: 4 additions & 0 deletions djangoproject/templates/foundation/meeting_archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
{% block content %}
<h1>{% translate "Meeting minutes archive" %}</h1>

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

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

<ul>
Expand Down