summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-01-31 20:45:14 -0600
committerDan McGee <dan@archlinux.org>2010-01-31 20:45:14 -0600
commitab3b63b5098055d2a11e085e0f804809798a0b77 (patch)
tree1e7a395fe3f95d7891f4f5287db16b7c6d2a00b2 /urls.py
parent7214d3e84a792be73a505e6d13a3ba96512db9da (diff)
downloadarchweb-ab3b63b5098055d2a11e085e0f804809798a0b77.tar.gz
archweb-ab3b63b5098055d2a11e085e0f804809798a0b77.zip
Get the calendar widget working
Signed-off-by: Dan McGee <dan@archlinux.org>
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 89def312..c9ec80c6 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: