Projet

Général

Profil

Télécharger (486 octets) Statistiques
| Branche: | Tag: | Révision:

oidc / ckanext / ozwillo_pyoidc / templates / logout_confirm.html @ 60b0260c

1
{% extends "page.html" %}
2

    
3
{% block primary_content %}
4
  <section class="module">
5
    <div class="module-content">
6
      <h3>
7
        {% block page_heading %}
8
        {{ _('Logout from CKAN') }}
9
        {% endblock %}
10
      </h3>
11
      <form method="post" action="{{ c.slo_url }}">
12
        <button>{% trans %}Logout{% endtrans %}</button>
13
        <a href="{{ c.org_url }}" class="portal">{% trans %}Go back to CKAN{% endtrans %}</a>
14
      </form>
15
    </div>
16
  </section>
17
{% endblock %}
    (1-1/1)