last touch

This commit is contained in:
mb
2020-05-13 11:17:55 +02:00
parent 3fedae86d9
commit 657a12185a
2 changed files with 2 additions and 5 deletions

View File

@@ -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"

View File

@@ -25,7 +25,7 @@
<a href="{{ url_for('sso_saml.sso', idp='idp') }}" class="btn btn-default btn-lg btn-block"
class="btn btn-outline-primary btn-block">
<img src="{{ url_for('static', filename=config.TUG_ICON)}}" height="25px">
<img src="{{ url_for('static', filename=config.INVENIO_THEME_TUGRAZ_ICON)}}" height="25px">
<!--- <img src="/static/images/icons_use.png" height="19px"> -->
{% trans type='TUGRAZ' %} Log in with {{ type }}{% endtrans %}