diff options
| author | Dan Ryan (GitHub Noreply Key) <dryan@users.noreply.github.com> | 2026-03-16 12:05:26 -0400 |
|---|---|---|
| committer | Saptak Sengupta <saptak013@gmail.com> | 2026-04-22 18:04:11 +0530 |
| commit | e4d32c5a3ad1c01851a7138b4a6612d9fb6e4fda (patch) | |
| tree | f0fd71d5a7b11b74142c4b94ceaacaa9d7ff424c | |
| parent | 5bef87d593d28b928755678b6a44323ac7ae44cf (diff) | |
π update Code of Conduct materials to match current policies (fix urls inside translate blocks)
| -rw-r--r-- | djangoproject/templates/conduct/faq.html | 6 | ||||
| -rw-r--r-- | djangoproject/templates/conduct/reporting.html | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/djangoproject/templates/conduct/faq.html b/djangoproject/templates/conduct/faq.html index 940b541f..4133c126 100644 --- a/djangoproject/templates/conduct/faq.html +++ b/djangoproject/templates/conduct/faq.html @@ -105,10 +105,10 @@ <a href="{{ reporting_url }}">Reporting Guidelines</a>{% endblocktranslate %}</p> <h3 id="who-enforces">{% translate "Who enforces the Code of Conduct?" %} <a class="plink" href="#who-enforces">ΒΆ</a></h3> - + {% url 'members:teams' as teams_url %} <p> {% blocktranslate trimmed %} - The <a href="{% url 'members:teams' %}#code-of-conduct-team">Code of Conduct + The <a href="{{ teams_url }}#code-of-conduct-team">Code of Conduct Working Group</a> is responsible for investigating reports and enforcing the Code of Conduct. The working group is appointed by the Django Software Foundation board and operates according to the procedures documented in the <a href="https://github.com/django/code-of-conduct/blob/main/working-group-manual.md"> @@ -119,7 +119,7 @@ <p> {% blocktranslate trimmed %} For day-to-day moderation in Django's online spaces (like the forum and Discord), - the <a href="{% url 'members:teams' %}#online-community-team">Online Community + the <a href="{{ teams_url }}#online-community-team">Online Community Working Group</a> handles issues using their own moderation processes. The Code of Conduct Working Group becomes involved for formal reports, cross-community violations, or issues escalated by the online moderators. diff --git a/djangoproject/templates/conduct/reporting.html b/djangoproject/templates/conduct/reporting.html index 7cee327b..79ce06fc 100644 --- a/djangoproject/templates/conduct/reporting.html +++ b/djangoproject/templates/conduct/reporting.html @@ -283,10 +283,11 @@ </p> <p> + {% url 'members:teams' as teams_url %} {% blocktranslate trimmed %} In that case, you can make a report directly to any or all of the current chairs of the Code of Conduct working group. Their email addresses are listed on the - <a href="{% url 'members:teams' %}#code-of-conduct-team">Code of Conduct working + <a href="{{ teams_url }}#code-of-conduct-team">Code of Conduct working group</a> page. The chairs will follow the usual enforcement process with the other members, but will exclude the member(s) that the report concerns from any discussion or decision making. |
