diff options
Diffstat (limited to 'djangoproject/templates/conduct/reporting.html')
| -rw-r--r-- | djangoproject/templates/conduct/reporting.html | 3 |
1 files changed, 2 insertions, 1 deletions
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. |
