summaryrefslogtreecommitdiff
path: root/archaeological_files/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_files/urls.py')
-rw-r--r--archaeological_files/urls.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/archaeological_files/urls.py b/archaeological_files/urls.py
index 914872a1f..b762a54b3 100644
--- a/archaeological_files/urls.py
+++ b/archaeological_files/urls.py
@@ -75,9 +75,6 @@ urlpatterns += patterns(
name='get-file'),
url(r'get-file-full/(?P<type>.+)?$', 'get_file',
name='get-file-full', kwargs={'full': True}),
- url(r'get-file-shortcut/own/(?P<type>.+)?$',
- 'get_file', name='get-own-file-shortcut',
- kwargs={'full': 'shortcut', 'force_own': True}),
url(r'get-file-shortcut/(?P<type>.+)?$',
'get_file', name='get-file-shortcut',
kwargs={'full': 'shortcut'}),