Skip to content

Commit 2ff92e0

Browse files
committed
Reduced references to #django IRC.
1 parent 75f3fde commit 2ff92e0

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

djangoproject/templates/homepage.html

-5
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,6 @@ <h3>{% translate "Get involved" %}</h3>
149149

150150
<h3>{% translate "Get Help" %}</h3>
151151
<dl class="list-links-small">
152-
<dt><a href="irc://irc.libera.chat/django">{% translate "#django IRC channel" %}</a></dt>
153-
<dd>
154-
{% translate "Chat with other Django users" %}
155-
</dd>
156-
157152
<dt><a href="https://discord.gg/xcRH6mN4fa" target="_blank">{% translate "Django Discord Server" %}</a></dt>
158153
<dd>
159154
{% translate "Join the Django Discord Community" %}

djangoproject/templates/includes/footer.html

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ <h2>Get Help</h2>
3838
<ul>
3939
<li><a href="{% url 'document-detail' lang='en' version='stable' url='faq' host 'docs' %}">Getting Help FAQ</a>
4040
</li>
41-
<li><a href="irc://irc.libera.chat/django">#django IRC channel</a></li>
4241
<li><a href="https://discord.gg/xcRH6mN4fa" target="_blank">Django Discord</a></li>
4342
<li><a href="https://forum.djangoproject.com/" target="_blank">Official Django Forum</a></li>
4443
</ul>

docs/templates/docs/doc.html

-3
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,6 @@ <h2 id="getting-help-sidebar">{% trans "Getting help" %}</h2>
188188
<dt><a href="/en/stable/genindex/">{% trans "Index" %}</a>, <a href="/en/stable/py-modindex/">{% trans "Module Index" %}</a>, or <a href="/en/stable/contents/">{% trans "Table of Contents" %}</a></dt>
189189
<dd>{% blocktrans %}Handy when looking for specific information.{% endblocktrans %}</dd>
190190

191-
<dt><a href="irc://irc.libera.chat/django">{% trans "#django IRC channel" %}</a></dt>
192-
<dd>{% blocktrans %}Ask a question in the #django IRC channel, or search the IRC logs to see if it’s been asked before.{% endblocktrans %}</dd>
193-
194191
<dt><a href="https://discord.gg/xcRH6mN4fa">{% trans "Django Discord Server" %}</a></dt>
195192
<dd>{% blocktrans %}Join the Django Discord Community.{% endblocktrans %}</dd>
196193

0 commit comments

Comments
 (0)