Skip to content

Commit 287d9b5

Browse files
Update djangoproject/templates/base_foundation.html
Co-authored-by: Saptak Sengupta <saptak013@gmail.com>
1 parent 5624fb2 commit 287d9b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

djangoproject/templates/base_foundation.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ <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>
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>
31+
</p>
3032
{% render_latest_meeting_minute_entries 2 %}
3133
<a href="{% url 'foundation_meeting_archive_index' %}" class="link-readmore">{% translate "More meeting minutes" %}</a>
3234
</div>

0 commit comments

Comments
 (0)