summaryrefslogtreecommitdiff
path: root/archaeological_context_records/urls.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-03-16 19:48:43 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-05-09 20:58:16 +0200
commita850add6d883d0a0daed8d1c74da5ace6572431e (patch)
tree67b2bd213c896327e2fac50e711f5f28a39ddb64 /archaeological_context_records/urls.py
parent2728c5a51c474429bea741dc469fd87ed48cee32 (diff)
downloadIshtar-a850add6d883d0a0daed8d1c74da5ace6572431e.tar.bz2
Ishtar-a850add6d883d0a0daed8d1c74da5ace6572431e.zip
Changing context record of a find (refs #3080)
Diffstat (limited to 'archaeological_context_records/urls.py')
-rw-r--r--archaeological_context_records/urls.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_context_records/urls.py b/archaeological_context_records/urls.py
index da6d80a98..509c33064 100644
--- a/archaeological_context_records/urls.py
+++ b/archaeological_context_records/urls.py
@@ -59,6 +59,8 @@ urlpatterns = patterns(
urlpatterns += patterns(
'archaeological_context_records.views',
+ url(r'autocomplete-contextrecord/$', 'autocomplete_contextrecord',
+ name='autocomplete-contextrecord'),
url(r'show-contextrecord(?:/(?P<pk>.+))?/(?P<type>.+)?$',
'show_contextrecord', name=models.ContextRecord.SHOW_URL),
url(r'show-historized-contextrecord/(?P<pk>.+)?/(?P<date>.+)?$',