summaryrefslogtreecommitdiff
path: root/archaeological_context_records/urls.py
diff options
context:
space:
mode:
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
commit58f9b60015a1d83ccfbeb202aaf3f9ac6c351b38 (patch)
tree354a5f8d9b9c2b226c7fae104a4f799d6a8fceef /archaeological_context_records/urls.py
parent457fd420d45b0563d65277896c8e06bdf3403bf6 (diff)
downloadIshtar-58f9b60015a1d83ccfbeb202aaf3f9ac6c351b38.tar.bz2
Ishtar-58f9b60015a1d83ccfbeb202aaf3f9ac6c351b38.zip
WIP: ajaxify shortcut menu - 3
Diffstat (limited to 'archaeological_context_records/urls.py')
-rw-r--r--archaeological_context_records/urls.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/archaeological_context_records/urls.py b/archaeological_context_records/urls.py
index 368fd6d98..a25559e29 100644
--- a/archaeological_context_records/urls.py
+++ b/archaeological_context_records/urls.py
@@ -89,9 +89,6 @@ urlpatterns += patterns(
url(r'get-contextrecord-full/(?P<type>.+)?$',
'get_contextrecord', name='get-contextrecord-full',
kwargs={'full': True}),
- url(r'get-contextrecord-shortcut/own/(?P<type>.+)?$',
- 'get_contextrecord', name='get-own-contextrecord-shortcut',
- kwargs={'full': 'shortcut', 'force_own': True}),
url(r'get-contextrecord-shortcut/(?P<type>.+)?$',
'get_contextrecord', name='get-contextrecord-shortcut',
kwargs={'full': 'shortcut'}),