diff --git a/rero_ils/config.py b/rero_ils/config.py index c296aab593..89b2fcd9a9 100644 --- a/rero_ils/config.py +++ b/rero_ils/config.py @@ -135,6 +135,8 @@ def _(x): RERO_ILS_PERSONALIZED_HOMEPAGE_BY_VIEW = False RERO_ILS_HOMEPAGE_GENERAL_BLOCK = 'rero_ils/_frontpage_block_test.html' RERO_ILS_HOMEPAGE_GENERAL_SLOGAN = 'rero_ils/_frontpage_slogan_test.html' +#: Link to privacy and data protection policy for the instance +RERO_ILS_PRIVACY_POLICY_URL = 'https://www.rero.ch/legal/privacy/declaration_protection_donnees_RERO-ILS.pdf' # ILL Request config RERO_ILS_ILL_REQUEST_ON_GLOBAL_VIEW = True @@ -197,8 +199,6 @@ def _(x): THEME_LOGO = 'images/logo-rero-plus.svg' #: Site name THEME_SITENAME = _('rero-ils') -#: Link to privacy and data protection policy for the instance -THEME_PRIVACY_POLICY_URL = 'https://www.rero.ch/en/legal/privacy/declaration_protection_donnees_RERO-ILS.pdf' #: Use default frontpage. THEME_FRONTPAGE = False #: Frontpage title. diff --git a/rero_ils/theme/templates/rero_ils/footer.html b/rero_ils/theme/templates/rero_ils/footer.html index e28a7e5c1b..b18e87ed8f 100644 --- a/rero_ils/theme/templates/rero_ils/footer.html +++ b/rero_ils/theme/templates/rero_ils/footer.html @@ -19,13 +19,11 @@