Skip to content

Commit c0ccfc8

Browse files
bishnusyangjaSaptakS
authored andcommitted
added anchor tag
1 parent 287d9b5 commit c0ccfc8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

djangoproject/templates/base_foundation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

djangoproject/templates/foundation/meeting_archive.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
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" %}
14+
<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>
16+
</p>
1517

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

0 commit comments

Comments
 (0)