Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion trac-env/templates/django_theme.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h3>Useful links</h3>
<dt><a href="https://dashboard.djangoproject.com/">Django Dashboard</a></dt>
<dd>Confused about Trac's filtering system? This dashboard shows easy-to-read metrics and has links to pre-set filters to get you started.</dd>

<dt><a href="irc://irc.freenode.net/django-dev">#django-dev IRC channel</a></dt>
<dt><a href="https://discord.gg/xcRH6mN4fa">Django Discord server (#contributing-getting-started)</a></dt>
<dd>Questions about a ticket? Stuck on how to write a unit test for your pull request? Come chat with us!</dd>
</dl>
</div>
Expand Down
1 change: 0 additions & 1 deletion trac-env/templates/site_footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ <h2>Get Involved</h2>
<h2>Get Help</h2>
<ul>
<li><a href="https://docs.djangoproject.com/en/dev/faq/">Getting Help FAQ</a></li>
<li><a href="irc://irc.libera.chat/django">#django IRC channel</a></li>
<li><a href="https://discord.gg/xcRH6mN4fa" target="_blank">Django Discord</a></li>
<li><a href="https://forum.djangoproject.com/" target="_blank">Official Django Forum</a></li>
</ul>
Expand Down
Loading