Skip to content

Commit b5c2b66

Browse files
bishnusyangjaSaptakS
authored andcommitted
github minutes repo link added
1 parent 74adf5b commit b5c2b66

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

djangoproject/templates/base_foundation.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ <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 https://github.com/django/dsf-minutes" %} </p>
2930
{% render_latest_meeting_minute_entries 2 %}
3031
<a href="{% url 'foundation_meeting_archive_index' %}" class="link-readmore">{% translate "More meeting minutes" %}</a>
3132
</div>

djangoproject/templates/foundation/meeting_archive.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
{% block content %}
1212
<h1>{% translate "Meeting minutes archive" %}</h1>
1313

14+
<p>{% translate "The minutes from May 2025 onwards are stored in the repo https://github.com/django/dsf-minutes" %}
15+
1416
<p>{% translate "Select a year to view meeting minutes:" %}</p>
1517

1618
<ul>

0 commit comments

Comments
 (0)