diff options
author | Dan McGee <dan@archlinux.org> | 2010-01-31 20:45:14 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-01-31 20:45:14 -0600 |
commit | ab3b63b5098055d2a11e085e0f804809798a0b77 (patch) | |
tree | 1e7a395fe3f95d7891f4f5287db16b7c6d2a00b2 /urls.py | |
parent | 7214d3e84a792be73a505e6d13a3ba96512db9da (diff) |
Get the calendar widget working
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'urls.py')
-rw-r--r-- | urls.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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: |