diff --git a/_meta/setup.py b/_meta/setup.py index b7663bc..d90100c 100644 --- a/_meta/setup.py +++ b/_meta/setup.py @@ -32,7 +32,7 @@ plugins_require = [ 'indico-plugin-piwik==1.0', 'indico-plugin-previewer-code==1.0', 'indico-plugin-previewer-jupyter==1.0', - 'indico-plugin-search==1.0', + 'indico-plugin-search==1.0.1', 'indico-plugin-vc-vidyo==1.0', ] extras_require = { @@ -43,7 +43,7 @@ extras_require = { setup( name='indico-plugins', - version='2.0', + version='2.0.1', description='A meta-package containing the official Indico plugins', url='https://github.com/indico/indico-plugins', license='https://www.gnu.org/licenses/gpl-3.0.txt', diff --git a/search/indico_search/templates/results.html b/search/indico_search/templates/results.html index 03ec269..e4a99ff 100644 --- a/search/indico_search/templates/results.html +++ b/search/indico_search/templates/results.html @@ -35,7 +35,7 @@ {% block banner %}{% endblock %} - {{ form_header(form, method='get', i_form=false) }} + {{ form_header(form, method='get', i_form=false, disable_if_locked=false) }}
{{ form.phrase() }} diff --git a/search/indico_search/templates/searchbox_category.html b/search/indico_search/templates/searchbox_category.html index 0324c3d..0c75aa7 100644 --- a/search/indico_search/templates/searchbox_category.html +++ b/search/indico_search/templates/searchbox_category.html @@ -1,6 +1,7 @@ {% from 'forms/_form.html' import form_header, form_footer %} -{{ form_header(form, method='get', action=url_for_plugin('search.search'), id='category-search-form', i_form=false) }} +{{ form_header(form, method='get', action=url_for_plugin('search.search'), id='category-search-form', i_form=false, + disable_if_locked=false) }}