summaryrefslogtreecommitdiff
path: root/archaeological_operations/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_operations/urls.py')
-rw-r--r--archaeological_operations/urls.py3
1 files changed, 0 insertions, 3 deletions
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<type>.+)?$', 'get_operation',
name='get-operation-full', kwargs={'full': True}),
- url(r'get-operation-shortcut/own/(?P<type>.+)?$',
- 'get_operation', name='get-own-operation-shortcut',
- kwargs={'full': 'shortcut', 'force_own': True}),
url(r'get-operation-shortcut/(?P<type>.+)?$',
'get_operation', name='get-operation-shortcut',
kwargs={'full': 'shortcut'}),