bugfix(config): add source of SEARCH_UI_SEARCH_TEMPLATE variable

This commit is contained in:
Christoph Ladurner
2020-12-29 15:53:50 +01:00
parent 1598b04ed6
commit 2543ee9cbf

View File

@@ -95,5 +95,8 @@ DEPOSITS_HEADER_TEMPLATE = "invenio_theme_tugraz/header.html"
# ) # )
"""override the default record landing page""" """override the default record landing page"""
# Invenio-search-ui
# =============
# See https://invenio-search-ui.readthedocs.io/en/latest/configuration.html
SEARCH_UI_SEARCH_TEMPLATE = "invenio_theme_tugraz/search.html" SEARCH_UI_SEARCH_TEMPLATE = "invenio_theme_tugraz/search.html"
"""override the default search page""" """override the default search page"""