From 0e0265a624947fcb13860cfcc24078e79af9346b Mon Sep 17 00:00:00 2001 From: Dusty Phillips Date: Fri, 10 Oct 2008 18:51:06 -0400 Subject: drop useless view --- urls.py | 1 - 1 file changed, 1 deletion(-) (limited to 'urls.py') diff --git a/urls.py b/urls.py index 6cff8c3..cdb64cf 100644 --- a/urls.py +++ b/urls.py @@ -47,7 +47,6 @@ urlpatterns = patterns('', (r'^$', 'archweb_dev.devel.views.siteindex'), # Authentication / Admin - (r'^denied/$', 'archweb_dev.devel.views.denied'), (r'^login/$', 'django.contrib.auth.views.login', { 'template_name': 'registration/login.html'}), (r'^accounts/login/$', 'django.contrib.auth.views.login', { -- cgit v1.2.3-24-g4f1b