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 659a929..2ec63c6 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login.html @@ -18,16 +18,22 @@

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

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

— OR —

- {%- endif %} +
+
+ + {% trans type='TU Graz' %} Log in with {{ type }}{% endtrans %} + +
+ +
+ +
+ Or +
+ {%- endif %} {%- block form_outer %} {%- with form = login_user_form %}