diff options
Diffstat (limited to 'chimere/urls.py')
-rw-r--r-- | chimere/urls.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chimere/urls.py b/chimere/urls.py index 2ed88aa..f67662b 100644 --- a/chimere/urls.py +++ b/chimere/urls.py @@ -79,6 +79,8 @@ if hasattr(settings, 'CHIMERE_SEARCH_ENGINE') \ template='search/search.html', form_class=SearchForm ), name='haystack_search'), + url(r'^search/autocomplete/$', 'autocomplete', + name='autocomplete-search') ) #urlpatterns += [url(r'^search/', include('haystack.urls')),] |