From 4e02ff3d2f163bb7aea10c61aac6c92e6ee434cc Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 19 Sep 2015 11:54:25 +0200 Subject: Finds: material type to material types --- archaeological_finds/urls.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archaeological_finds/urls.py') diff --git a/archaeological_finds/urls.py b/archaeological_finds/urls.py index 47048b33c..0e337b519 100644 --- a/archaeological_finds/urls.py +++ b/archaeological_finds/urls.py @@ -47,6 +47,8 @@ urlpatterns += patterns( 'archaeological_finds.views', url(r'autocomplete-objecttype/$', 'autocomplete_objecttype', name='autocomplete-objecttype'), + url(r'autocomplete-materialtype/$', 'autocomplete_materialtype', + name='autocomplete-materialtype'), url(r'get-find/(?P.+)?$', 'get_find', name='get-find'), url(r'get-find-full/(?P.+)?$', 'get_find', -- cgit v1.2.3