Projet

Général

Profil

« Précédent | Suivant » 

Révision 60b0260c

Ajouté par Serghei Mihai il y a environ 9 ans

ozwillo styles set to logout page

Voir les différences:

ckanext/ozwillo_pyoidc/templates/logout_confirm.html
1 1
{% extends "page.html" %}
2 2

  
3 3
{% block primary_content %}
4

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

  
18 17
{% endblock %}

Formats disponibles : Unified diff