X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/124258c72bb9e69e6336de195f3a3b3e74509b95..325a7f36de2b6f38c53f6e1dc103807f66944364:/wolnelektury/settings.py?ds=inline diff --git a/wolnelektury/settings.py b/wolnelektury/settings.py index cc09b0b08..afd42e96c 100644 --- a/wolnelektury/settings.py +++ b/wolnelektury/settings.py @@ -89,6 +89,7 @@ TEMPLATE_CONTEXT_PROCESSORS = ( 'django.core.context_processors.media', 'django.core.context_processors.request', 'wolnelektury.context_processors.extra_settings', + 'search.context_processors.search_form', ) MIDDLEWARE_CLASSES = [ @@ -219,8 +220,7 @@ COMPRESS_JS = { 'js/search.js', - #~ 'js/jquery.autocomplete.js', - #~ 'js/jquery.labelify.js', 'js/catalogue.js', + 'js/jquery.labelify.js', ), 'output_filename': 'js/base?.min.js', },