Remove app specific ACL new holder links, urls and views

This commit is contained in:
Roberto Rosario
2012-01-09 06:42:35 -04:00
parent 351784a210
commit c330c422b7
12 changed files with 17 additions and 85 deletions

View File

@@ -16,5 +16,4 @@ urlpatterns = patterns('linking.views',
url(r'^setup/smart_link/condition/(?P<smart_link_condition_pk>\d+)/delete/$', 'smart_link_condition_delete', (), 'smart_link_condition_delete'),
url(r'^(?P<smart_link_pk>\d+)/acl/list/$', 'smart_link_acl_list', (), 'smart_link_acl_list'),
url(r'^(?P<smart_link_pk>\d+)/acl/holder/new/$', 'smart_link_new_holder', (), 'smart_link_new_holder'),
)