diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html index 84ed750..f9adf18 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html @@ -10,6 +10,7 @@ {% from "invenio_accounts/_macros.html" import render_field, form_errors %} +{%- from "invenio_oauthclient/_macros.html" import oauth_button %} {% block page_body %}
@@ -24,16 +25,31 @@ {%- endblock form_header %} - {%- if config.INVENIO_CONFIG_TUGRAZ_SHIBBOLETH %} - - {% trans type='TUGRAZ' %} Log in with {{ type }}{% endtrans %} -