This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
authentic2-idp-cas/authentic2_idp_cas/templates/authentic2_idp_cas/logout_fragment.html

11 lines
422 B
HTML

{% load i18n %}
<div>{% blocktrans %}Sending logout to {{ name }}....{% endblocktrans %}
{% if needs_iframe %}
<iframe src="{{ url }}" marginwidth="0" marginheight="0" scrolling="no" style="border: none"
width="16" height="16" onload="setTimeout(function () { window.iframe_count -= 1; }, {{ iframe_timeout }})">
</iframe>
{% else %}
<img src="{{ url }}" width="16" height="16">
{% endif %}
</div>