summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-03-01 18:49:37 -0600
committerDan McGee <dan@archlinux.org>2010-04-18 22:40:01 -0500
commitc4ddff2f485834e420cd0e67d5942ec5e1fc4e25 (patch)
tree563d7a1f8ec61eeddb15a25a6a6da6c73acea537 /urls.py
parentad33813bc14621911ea057b0143493a99048f4cb (diff)
downloadarchweb-c4ddff2f485834e420cd0e67d5942ec5e1fc4e25.tar.gz
archweb-c4ddff2f485834e420cd0e67d5942ec5e1fc4e25.zip
Remove IRC Channels
And link to wiki instead. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/urls.py b/urls.py
index a84e8e17..01a37da7 100644
--- a/urls.py
+++ b/urls.py
@@ -109,7 +109,6 @@ urlpatterns = patterns('',
(r'^fellows/$', 'public.views.userlist', { 'type':'Fellows' }, 'page-fellows'),
(r'^donate/$', 'public.views.donate', {}, 'page-donate'),
(r'^download/$', 'public.views.download', {}, 'page-download'),
- (r'^irc/$', direct_to_template, {'template': 'public/irc.html'}, 'page-irc'),
(r'^moreforums/$', 'public.views.moreforums', {}, 'page-forums'),
(r'^projects/$', 'public.views.projects', {}, 'page-projects'),
(r'^opensearch/packages/$', 'packages.views.opensearch', {}, 'opensearch-packages'),