From 657a12185a0af63fa816e43d9863ca2ce0c41280 Mon Sep 17 00:00:00 2001 From: mb Date: Wed, 13 May 2020 11:17:55 +0200 Subject: [PATCH] last touch --- invenio_theme_tugraz/config.py | 5 +---- .../templates/invenio_theme_tugraz/accounts/login.html | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/invenio_theme_tugraz/config.py b/invenio_theme_tugraz/config.py index 1161b35..c0bb350 100644 --- a/invenio_theme_tugraz/config.py +++ b/invenio_theme_tugraz/config.py @@ -41,11 +41,8 @@ SECURITY_LOGIN_USER_TEMPLATE = 'invenio_theme_tugraz/accounts/login.html' # footer template THEME_FOOTER_TEMPLATE = 'invenio_theme_tugraz/footer.html' -# set True if SAML is configured. -SHIBBOLETH_ISACTIVE = 'False' - # icon used in login page -TUG_ICON = 'images/icon_use.png' +INVENIO_THEME_TUGRAZ_ICON = 'images/icon_use.png' # Frontpage title THEME_FRONTPAGE_TITLE = "RDM for TUGRAZ" 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 d522fb4..f8c5dea 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login.html @@ -25,7 +25,7 @@ - + {% trans type='TUGRAZ' %} Log in with {{ type }}{% endtrans %}