aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui/app/urls.py
diff options
context:
space:
mode:
authorMichael Elkins <melkins@tislabs.com>2012-02-07 14:20:19 +0000
committerMichael Elkins <melkins@tislabs.com>2012-02-07 14:20:19 +0000
commit8fb287710d11618fe638f7ff5ab0e00d1ede2989 (patch)
tree800003f541f4dc696e25029acf9810cbc51c6a19 /rpkid/rpki/gui/app/urls.py
parentde15ee76f0186d06ffad05bdc313315a4b21879b (diff)
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
Diffstat (limited to 'rpkid/rpki/gui/app/urls.py')
-rw-r--r--rpkid/rpki/gui/app/urls.py1
1 files changed, 0 insertions, 1 deletions
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<pk>\d+)/delete$', views.child_delete),
(r'^child/(?P<pk>\d+)/edit$', views.child_edit),
(r'^child/(?P<pk>\d+)/export$', views.child_response),
- (r'^child/(?P<pk>\d+)/destroy$', views.destroy_handle),
(r'^gbr/$', views.ghostbuster_list),
(r'^gbr/create$', views.ghostbuster_create),
(r'^gbr/(?P<pk>\d+)$', views.ghostbuster_view),