Index: djangoproject.com/django_website/templates/docs/detail.html
===================================================================
--- djangoproject.com/django_website/templates/docs/detail.html	(revision 7725)
+++ djangoproject.com/django_website/templates/docs/detail.html	(working copy)
@@ -23,16 +23,18 @@
 <div id="content-secondary">
   <h2 id="comments">Questions/Feedback</h2>
   <p>
-    If you notice errors with this documentation, please <a
+    For tech support, ask in the <a href="irc://irc.freenode.net/django"
+    class="ext-link"><span class="icon">Django IRC channel</span></a>
+    (#django on irc.freenode.net) or post to the <a
+    href="http://groups-beta.google.com/group/django-users"> django-users
+    list</a>.
+  </p>
+  <p>
+    If you notice documentation errors or have criticisms about the
+    documentation, please <a
     href="http://code.djangoproject.com/simpleticket?component=Documentation">
     open a ticket</a> and let us know!
   </p>
-  <p>
-    Please only use the ticket tracker for criticisms and improvements on the
-    docs. For tech support, ask in the IRC channel or post to the <a
-    href="http://groups-beta.google.com/group/django-users"> django-users
-    list</a>.
-  </p>
 </div>
 {% endblock %}
 
