mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-23 05:01:58 +00:00
hyperlink bug
fixed bug in login.html
This commit is contained in:
@@ -19,16 +19,17 @@
|
|||||||
{%- endblock form_header %}
|
{%- endblock form_header %}
|
||||||
|
|
||||||
{%- if config.INVENIO_CONFIG_TUGRAZ_SHIBBOLETH %}
|
{%- if config.INVENIO_CONFIG_TUGRAZ_SHIBBOLETH %}
|
||||||
|
<a href="{{ url_for('sso_saml.sso', idp='onelogin') }}">
|
||||||
<div class="ui fluid animated fade large button basic" tabindex="0">
|
<div class="ui fluid animated fade large button basic" tabindex="0">
|
||||||
<div class="visible content">
|
<div class="visible content">
|
||||||
<a href="{{ url_for('sso_saml.sso', idp='idp') }}">
|
|
||||||
{% trans type='TUG' %} Log in with {{ type }}{% endtrans %}
|
{% trans type='TUG' %} Log in with {{ type }}{% endtrans %}
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="hidden content">
|
<div class="hidden content">
|
||||||
<img src="{{ url_for('static', filename=config.INVENIO_THEME_TUGRAZ_ICON)}}" height="20px">
|
<img src="{{ url_for('static', filename=config.INVENIO_THEME_TUGRAZ_ICON)}}" height="20px">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> </a>
|
||||||
|
|
||||||
<div class="ui horizontal divider">
|
<div class="ui horizontal divider">
|
||||||
Or
|
Or
|
||||||
|
|||||||
Reference in New Issue
Block a user