diff options
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', | 
