From 8fb287710d11618fe638f7ff5ab0e00d1ede2989 Mon Sep 17 00:00:00 2001 From: Michael Elkins Date: Tue, 7 Feb 2012 14:20:19 +0000 Subject: make selection of parent in the user creation form optional, with the default being the current user renamed ChildWizardForm to UserCreateForm renamed template for user creation form svn path=/branches/tk161/; revision=4306 --- rpkid/rpki/gui/app/urls.py | 1 - 1 file changed, 1 deletion(-) (limited to 'rpkid/rpki/gui/app/urls.py') diff --git a/rpkid/rpki/gui/app/urls.py b/rpkid/rpki/gui/app/urls.py index 59f1ab2c..b9cdbaa0 100644 --- a/rpkid/rpki/gui/app/urls.py +++ b/rpkid/rpki/gui/app/urls.py @@ -36,7 +36,6 @@ urlpatterns = patterns('', (r'^child/(?P\d+)/delete$', views.child_delete), (r'^child/(?P\d+)/edit$', views.child_edit), (r'^child/(?P\d+)/export$', views.child_response), - (r'^child/(?P\d+)/destroy$', views.destroy_handle), (r'^gbr/$', views.ghostbuster_list), (r'^gbr/create$', views.ghostbuster_create), (r'^gbr/(?P\d+)$', views.ghostbuster_view), -- cgit v1.2.3