Projet

Général

Profil

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

oidc / ckanext / ozwillo_pyoidc / templates / logout_confirm.html @ 1c8b9fc4

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

    
3
{% block primary_content %}
4

    
5
  <section class="module">
6
    <div class="module-content">
7
      <h4>
8
        {% block page_heading %}
9
        {{ _('You are about to logout...') }}
10
        {% endblock %}
11
      </h4>
12
      <form method="post" action="{{ c.slo_url }} ">
13
        <input type="submit" value="{% trans %}Continue{% endtrans %}" />
14
      </form>
15
    </div>
16
  </section>
17

    
18
{% endblock %}
    (1-1/1)