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 d807867..56f5898 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login.html @@ -18,9 +18,17 @@

{{ _('Log in to account') }}

{%- endblock form_header %} - + + {%- if config.INVENIO_CONFIG_TUGRAZ_SHIBBOLETH == 'True' %} +
+ + + {% trans type='TU Graz' %} Log in with {{ type }}{% endtrans %} + +
+

— OR —

+ {%- endif %} + {%- block form_outer %} {%- with form = login_user_form %}