From f60470064e73bf874c96db8f4217c4c8ba603c39 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 24 Sep 2016 16:13:16 +0200 Subject: WIP: ajaxify shortcut menu - 3 --- archaeological_operations/urls.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'archaeological_operations') diff --git a/archaeological_operations/urls.py b/archaeological_operations/urls.py index f637fd23b..aca98d4c4 100644 --- a/archaeological_operations/urls.py +++ b/archaeological_operations/urls.py @@ -105,9 +105,6 @@ urlpatterns += patterns( kwargs={'full': True, 'force_own': True}), url(r'get-operation-full/(?P.+)?$', 'get_operation', name='get-operation-full', kwargs={'full': True}), - url(r'get-operation-shortcut/own/(?P.+)?$', - 'get_operation', name='get-own-operation-shortcut', - kwargs={'full': 'shortcut', 'force_own': True}), url(r'get-operation-shortcut/(?P.+)?$', 'get_operation', name='get-operation-shortcut', kwargs={'full': 'shortcut'}), -- cgit v1.2.3