diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-24 16:13:16 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-24 16:48:04 +0200 |
commit | f60470064e73bf874c96db8f4217c4c8ba603c39 (patch) | |
tree | 354a5f8d9b9c2b226c7fae104a4f799d6a8fceef /archaeological_files/urls.py | |
parent | df6ea17f4b8bb1d45fe480044af80bd19742bf80 (diff) | |
download | Ishtar-f60470064e73bf874c96db8f4217c4c8ba603c39.tar.bz2 Ishtar-f60470064e73bf874c96db8f4217c4c8ba603c39.zip |
WIP: ajaxify shortcut menu - 3
Diffstat (limited to 'archaeological_files/urls.py')
-rw-r--r-- | archaeological_files/urls.py | 3 |
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'}), |