diff --git a/invenio_theme_tugraz/config.py b/invenio_theme_tugraz/config.py index f8664eb..f4118e5 100644 --- a/invenio_theme_tugraz/config.py +++ b/invenio_theme_tugraz/config.py @@ -43,6 +43,9 @@ THEME_FRONTPAGE_TITLE = _('Frontpage Title') THEME_SITENAME = _('Application Name') """Site name.""" +SECURITY_REGISTER_USER_TEMPLATE = \ + 'invenio_theme_tugraz/accounts/register_user.html' + # Invenio-I18N # ============ # See https://invenio-i18n.readthedocs.io/en/latest/configuration.html diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login.html index 56f5898..659a929 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login.html @@ -19,7 +19,7 @@ {%- endblock form_header %} - {%- if config.INVENIO_CONFIG_TUGRAZ_SHIBBOLETH == 'True' %} + {%- if config.INVENIO_CONFIG_TUGRAZ_SHIBBOLETH %}