mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2026-02-06 01:03:25 +00:00
last touch
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user