Skip to content

Commit 1768ba5

Browse files
sarahboyceSaptakS
authored andcommitted
Updated the Team list page description and added a link within the footer.
1 parent 755eb67 commit 1768ba5

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

djangoproject/templates/includes/footer.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ <h3>Learn More</h3>
1111
<li><a href="{% url 'overview' %}">About Django</a></li>
1212
{% comment %}<li><a href="{% url 'case_study_index' %}">Case Studies</a></li>{% endcomment %}
1313
<li><a href="{% url 'start' %}">Getting Started with Django</a></li>
14-
<li><a href="{% url 'document-detail' lang='en' version='dev' url="internals/organization" host 'docs' %}">Team
15-
Organization</a></li>
14+
<li><a href="{% url 'members:teams' %}">Team Organization</a></li>
1615
<li><a href="{% url 'homepage' %}foundation/">Django Software Foundation</a></li>
1716
<li><a href="{% url 'code_of_conduct' %}">Code of Conduct</a></li>
1817
<li><a href="{% url 'diversity' %}">Diversity Statement</a></li>

djangoproject/templates/members/team_list.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,21 @@
1414
{% block content %}
1515

1616
<h2>{% translate "Teams" %}</h2>
17-
<p>{% translate "Teams indicate who is actively contributing in certain areas." %}</p>
17+
<p>
18+
{% blocktranslate trimmed %}
19+
The following teams are groups of people who support the Django project
20+
and the Django Software Foundation. Apart from the Django Fellows, who
21+
are paid contractors, all of these contributors are volunteers.
22+
Most teams are distinct, contactable groups with their own set of goals.
23+
Some roles are also listed, such as Mergers and Releasers, which are
24+
individuals with elevated permissions rather than formal teams. For an
25+
overview of how the Django Project is organized and the principles that
26+
guide it, see the
27+
<a href="https://docs.djangoproject.com/en/dev/internals/organization/#organization-of-the-django-project">
28+
organization and principles
29+
</a> page.
30+
{% endblocktranslate %}
31+
</p>
1832

1933
{% for team in teams %}
2034
<div class="section">

0 commit comments

Comments
 (0)