diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-11-26 19:40:48 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-11-26 19:40:48 +0100 |
commit | 2ce97f3759688bf17b9a1933eea5d5f31412a8ab (patch) | |
tree | f216516822990fe52e7acefc9a10688d818dcf9c /archaeological_finds/urls.py | |
parent | 28a6384b57edbbe5b5326637d3eb5b9292f2429e (diff) | |
download | Ishtar-2ce97f3759688bf17b9a1933eea5d5f31412a8ab.tar.bz2 Ishtar-2ce97f3759688bf17b9a1933eea5d5f31412a8ab.zip |
Finds fields - change and add: preservation to consider, integrity, batch
Diffstat (limited to 'archaeological_finds/urls.py')
-rw-r--r-- | archaeological_finds/urls.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archaeological_finds/urls.py b/archaeological_finds/urls.py index a5232d2a9..b16752911 100644 --- a/archaeological_finds/urls.py +++ b/archaeological_finds/urls.py @@ -49,6 +49,10 @@ urlpatterns += patterns( name='autocomplete-objecttype'), url(r'autocomplete-materialtype/$', 'autocomplete_materialtype', name='autocomplete-materialtype'), + url(r'autocomplete-preservationtype/$', 'autocomplete_preservationtype', + name='autocomplete-preservationtype'), + url(r'autocomplete-integritytype/$', 'autocomplete_integritytype', + name='autocomplete-integritytype'), url(r'get-find/(?P<type>.+)?$', 'get_find', name='get-find'), url(r'get-find-for-ope/(?P<type>.+)?$', 'get_find_for_ope', |