diff options
Diffstat (limited to 'ishtar_common/urls.py')
| -rw-r--r-- | ishtar_common/urls.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ishtar_common/urls.py b/ishtar_common/urls.py index 5481ff25a..827e85a7a 100644 --- a/ishtar_common/urls.py +++ b/ishtar_common/urls.py @@ -565,6 +565,8 @@ urlpatterns += [ name="show-town", ), re_path(r"autocomplete-town/?$", views.autocomplete_town, name="autocomplete-town"), + re_path(r"autocomplete-simple-town/?$", views.autocomplete_simple_town, + name="autocomplete-simple-town"), re_path( r"autocomplete-advanced-town/(?P<department_id>[0-9]+[ABab]?)?$", views.autocomplete_advanced_town, |
