diff --git a/djangoproject/templates/conduct/enforcement.html b/djangoproject/templates/conduct/enforcement.html
index 03576c58a..414d1b39a 100644
--- a/djangoproject/templates/conduct/enforcement.html
+++ b/djangoproject/templates/conduct/enforcement.html
@@ -64,7 +64,7 @@
{% translate "How the committee will respond to reports" %}
{% blocktranslate trimmed %}
This information will be collected in writing, and whenever possible the
- committee's deliberations will be recorded and retained (i.e. IRC transcripts, email
+ committee's deliberations will be recorded and retained (i.e. chat transcripts, email
discussions, recorded voice conversations, etc).
{% endblocktranslate %}
@@ -79,7 +79,7 @@ {% translate "Acting Unilaterally" %}
{% blocktranslate trimmed %}
- If the act is ongoing (such as someone engaging in harassment in #django), or involves
+ If the act is ongoing (such as someone engaging in harassment on the forum), or involves
a threat to anyone's safety (e.g. threats of violence), any committee member
may act immediately (before reaching consensus) to end the situation. In ongoing
situations, any member may at their discretion employ any of the tools available
@@ -117,18 +117,18 @@
{% translate "Resolutions" %}
{% blocktranslate trimmed %}
A public reprimand. In this case, a committee member will deliver that reprimand
- in the same venue that the violation occurred (i.e. in IRC for an IRC violation;
+ in the same venue that the violation occurred (i.e. in the forum for a forum violation;
email for an email violation, etc.). The committee may choose to publish this message
elsewhere for posterity.{% endblocktranslate %}
{% blocktranslate trimmed %}
- An imposed vacation (i.e. asking someone to "take a week off" from a mailing list
- or IRC). A committee member will communicate this "vacation" to the individual(s).
+ An imposed vacation (i.e. asking someone to "take a week off" from the forum).
+ A committee member will communicate this "vacation" to the individual(s).
They'll be asked to take this vacation voluntarily, but if they don't agree then
a temporary ban may be imposed to enforce this vacation.{% endblocktranslate %}
{% blocktranslate trimmed %}
- A permanent or temporary ban from some or all Django spaces (mailing lists, IRC,
+ A permanent or temporary ban from some or all Django spaces (the forum,
etc.). The committee will maintain records of all such bans so that they may be
reviewed in the future, extended to new Django fora, or otherwise maintained.
{% endblocktranslate %}
@@ -137,7 +137,7 @@ {% translate "Resolutions" %}
A request for a public or private apology. a committee member will deliver this request.
The committee may, if it chooses, attach "strings" to this request: for example,
the committee may ask a violator to apologize in order to retain his or her membership
- on a mailing list.{% endblocktranslate %}
+ on the forum.{% endblocktranslate %}
diff --git a/djangoproject/templates/conduct/faq.html b/djangoproject/templates/conduct/faq.html
index 433b60910..71cd1803e 100644
--- a/djangoproject/templates/conduct/faq.html
+++ b/djangoproject/templates/conduct/faq.html
@@ -57,11 +57,10 @@ {% blocktranslate %}What does it mean to "adopt" a Co
{% blocktranslate trimmed %}
- In practice, this means mailing lists (django-users, django-developers, etc.),
- the various Django IRC channels (#django, #django-dev, etc.), bug
- tracking and code review tools, and "official" Django events such as sprints.
- In addition, violations of this code outside these spaces may affect a person's
- ability to participate within them.{% endblocktranslate %}
+ In practice, this means the Django forum, bug tracking and code review tools, and
+ "official" Django events such as DjangoCons. In addition, violations of this code
+ outside these spaces may affect a person's ability to participate within them.
+ {% endblocktranslate %}
{% translate "What about events funded by the Django Software Foundation?" %} ΒΆ
diff --git a/djangoproject/templates/conduct/index.html b/djangoproject/templates/conduct/index.html
index 73af246fa..52ebf30fb 100644
--- a/djangoproject/templates/conduct/index.html
+++ b/djangoproject/templates/conduct/index.html
@@ -36,7 +36,7 @@
{% translate "Django Code of Conduct" %}
{% blocktranslate trimmed %}
This code of conduct applies to all spaces managed by the Django project or
- Django Software Foundation. This includes IRC, the mailing lists, the issue
+ Django Software Foundation. This includes the issue
tracker, DSF events, and any other forums created by the project team
which the community uses for communication. In addition, violations of this code
outside these spaces may affect a person's ability to participate within them.
diff --git a/djangoproject/templates/conduct/reporting.html b/djangoproject/templates/conduct/reporting.html
index 20031744d..277978481 100644
--- a/djangoproject/templates/conduct/reporting.html
+++ b/djangoproject/templates/conduct/reporting.html
@@ -41,7 +41,7 @@
{% translate "Django Code of Conduct - Reporting Guide" %}
{% translate "Your contact info (so we can get in touch with you if we need to follow up)" %}
{% translate "Names (real, nicknames, or pseudonyms) of any individuals involved. If there were other witnesses besides you, please try to include them as well." %}
{% translate "When and where the incident occurred. Please be as specific as possible." %}
- {% translate "Your account of what occurred. If there is a publicly available record (e.g. a mailing list archive or a public IRC logger) please include a link." %}
+ {% translate "Your account of what occurred. If there is a publicly available record (e.g. a forum post) please include a link." %}
{% translate "Any extra context you believe existed for the incident." %}
{% translate "If you believe this incident is ongoing." %}
{% translate "Any other information you believe we should have." %}
@@ -80,8 +80,8 @@ {% translate "What happens after you file a report?" %}
{% translate "Nothing (if we determine no violation occurred)." %}
{% translate "A private reprimand from the working group to the individual(s) involved." %}
{% translate "A public reprimand." %}
- {% blocktranslate %}An imposed vacation (i.e. asking someone to "take a week off" from a mailing list or IRC).{% endblocktranslate %}
- {% translate "A permanent or temporary ban from some or all Django spaces (mailing lists, IRC, etc.)" %}
+ {% blocktranslate %}An imposed vacation (i.e. asking someone to "take a week off" from the forum).{% endblocktranslate %}
+ {% translate "A permanent or temporary ban from some or all Django spaces (the forum, etc.)" %}
{% translate "A request for a public or private apology." %}