File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ <h3>Learn More</h3>
11
11
< li > < a href ="{% url 'overview' %} "> About Django</ a > </ li >
12
12
{% comment %}< li > < a href ="{% url 'case_study_index' %} "> Case Studies</ a > </ li > {% endcomment %}
13
13
< 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 >
16
15
< li > < a href ="{% url 'homepage' %}foundation/ "> Django Software Foundation</ a > </ li >
17
16
< li > < a href ="{% url 'code_of_conduct' %} "> Code of Conduct</ a > </ li >
18
17
< li > < a href ="{% url 'diversity' %} "> Diversity Statement</ a > </ li >
Original file line number Diff line number Diff line change 14
14
{% block content %}
15
15
16
16
< 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 >
18
32
19
33
{% for team in teams %}
20
34
< div class ="section ">
You can’t perform that action at this time.
0 commit comments