diff options
Diffstat (limited to 'archaeological_finds/urls.py')
| -rw-r--r-- | archaeological_finds/urls.py | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_finds/urls.py b/archaeological_finds/urls.py index 317afcb91..c9aaae2a2 100644 --- a/archaeological_finds/urls.py +++ b/archaeological_finds/urls.py @@ -227,8 +227,8 @@ urlpatterns = [          name='autocomplete-objecttype'),      url(r'autocomplete-materialtype/$', views.autocomplete_materialtype,          name='autocomplete-materialtype'), -    url(r'autocomplete-preservationtype/$', views.autocomplete_preservationtype, -        name='autocomplete-preservationtype'), +    url(r'autocomplete-treatmenttype/$', views.autocomplete_treatmenttype, +        name='autocomplete-treatmenttype'),      url(r'autocomplete-integritytype/$', views.autocomplete_integritytype,          name='autocomplete-integritytype'),      url(r'autocomplete-treatmentfile/$', views.autocomplete_treatmentfile,  | 
