mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-23 05:01:58 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
32cd8c78fb | ||
|
|
f6a8c15a60 | ||
|
|
39688c0a67 | ||
|
|
61d486edf1 |
@@ -19,16 +19,18 @@
|
||||
{%- endblock form_header %}
|
||||
|
||||
{%- 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="visible content">
|
||||
<a href="{{ url_for('sso_saml.sso', idp='idp') }}">
|
||||
|
||||
{% trans type='TUG' %} Log in with {{ type }}{% endtrans %}
|
||||
</a>
|
||||
|
||||
</div>
|
||||
<div class="hidden content">
|
||||
<img src="{{ url_for('static', filename=config.INVENIO_THEME_TUGRAZ_ICON)}}" height="20px">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<div class="ui horizontal divider">
|
||||
Or
|
||||
|
||||
@@ -12,4 +12,4 @@ This file is imported by ``invenio_theme_tugraz.__init__``,
|
||||
and parsed by ``setup.py``.
|
||||
"""
|
||||
|
||||
__version__ = '1.0.2'
|
||||
__version__ = '1.0.3'
|
||||
|
||||
Reference in New Issue
Block a user