From 2543ee9cbfed63a03f96e7677b3ee8ab6fe889e6 Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Tue, 29 Dec 2020 15:53:50 +0100 Subject: [PATCH] bugfix(config): add source of SEARCH_UI_SEARCH_TEMPLATE variable --- invenio_theme_tugraz/config.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/invenio_theme_tugraz/config.py b/invenio_theme_tugraz/config.py index d6b6d00..26ab619 100644 --- a/invenio_theme_tugraz/config.py +++ b/invenio_theme_tugraz/config.py @@ -95,5 +95,8 @@ DEPOSITS_HEADER_TEMPLATE = "invenio_theme_tugraz/header.html" # ) """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" """override the default search page"""