From ab3b63b5098055d2a11e085e0f804809798a0b77 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 31 Jan 2010 20:45:14 -0600 Subject: Get the calendar widget working Signed-off-by: Dan McGee --- urls.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'urls.py') 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: -- cgit v1.2.3-55-g3dc8