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
commitf60470064e73bf874c96db8f4217c4c8ba603c39 (patch)
tree354a5f8d9b9c2b226c7fae104a4f799d6a8fceef /archaeological_context_records/urls.py
parentdf6ea17f4b8bb1d45fe480044af80bd19742bf80 (diff)
downloadIshtar-f60470064e73bf874c96db8f4217c4c8ba603c39.tar.bz2
Ishtar-f60470064e73bf874c96db8f4217c4c8ba603c39.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'}),