summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/urls.py b/urls.py
index 89def31..c9ec80c 100644
--- a/urls.py
+++ b/urls.py
@@ -106,8 +106,6 @@ urlpatterns = patterns('',
(r'^irc/$', direct_to_template, {'template': 'public/irc.html'}),
(r'^moreforums/$', 'archweb.public.views.moreforums'),
(r'^projects/$', 'archweb.public.views.projects'),
- ('^jsi18n/$', 'django.views.i18n.null_javascript_catalog',
- {'packages': 'django.conf'}),
)
if settings.DEBUG == True: