Compare commits

...

4 Commits
1.0.2 ... 1.0.3

Author SHA1 Message Date
mb-wali
32cd8c78fb v1.0.3 2020-07-10 13:53:12 +02:00
mb-wali
f6a8c15a60 v1.0.2a 2020-07-10 13:48:37 +02:00
mb
39688c0a67 hyperlink bug
fixed bug in login.html
2020-07-10 13:47:19 +02:00
mb
61d486edf1 hyperlink bug
fixed bug in login.html
2020-07-10 13:46:08 +02:00
2 changed files with 6 additions and 4 deletions

View File

@@ -19,16 +19,18 @@
{%- 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='idp') }}">
<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

View File

@@ -12,4 +12,4 @@ This file is imported by ``invenio_theme_tugraz.__init__``,
and parsed by ``setup.py``. and parsed by ``setup.py``.
""" """
__version__ = '1.0.2' __version__ = '1.0.3'