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.
ckanext-ozwillo-pyoidc/ckanext/ozwillo_pyoidc/templates/logout_confirm.html

19 lines
422 B
HTML

{% extends "page.html" %}
{% block primary_content %}
<section class="module">
<div class="module-content">
<h4>
{% block page_heading %}
{{ _('You are about to logout...') }}
{% endblock %}
</h4>
<form method="post" action="{{ c.slo_url }} ">
<input type="submit" value="{% trans %}Continue{% endtrans %}" />
</form>
</div>
</section>
{% endblock %}