diff options
Diffstat (limited to 'djangoproject/templates/conduct/reporting.html')
| -rw-r--r-- | djangoproject/templates/conduct/reporting.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/djangoproject/templates/conduct/reporting.html b/djangoproject/templates/conduct/reporting.html index 79ce06fc..1b810043 100644 --- a/djangoproject/templates/conduct/reporting.html +++ b/djangoproject/templates/conduct/reporting.html @@ -4,6 +4,7 @@ {% block title %}{% translate "Django Code of Conduct - Reporting Guide" %}{% endblock %} {% block og_title %}{% translate "Django Code of Conduct - Reporting Guide" %}{% endblock %} + {% block og_description %}{% translate "A guide to reporting issues in the community" %}{% endblock %} {% block content %} @@ -259,11 +260,11 @@ <h3 id="conflicts-of-interest">{% translate "Conflicts of Interest" %} <a class="plink" href="#conflicts-of-interest">#</a></h3> <p> - {% blocktrans trimmed %} + {% blocktranslate trimmed %} Any member of the working group must immediately notify the other members in writing (by disclosure on the report email thread) and recuse themselves from handling a report if they: - {% endblocktrans %} + {% endblocktranslate %} </p> <ul> @@ -383,4 +384,4 @@ decision-making. The board may request access to records for oversight purposes. {% endblocktranslate %} </p> -{% endblock %} +{% endblock content %} |
