Project

General

Profile

Download (422 Bytes) Statistics
| Branch: | Tag: | Revision:
{% 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 %}
    (1-1/1)