diff --git a/ckanext/ozwillo_pyoidc/templates/logout_confirm.html b/ckanext/ozwillo_pyoidc/templates/logout_confirm.html index 465510c..e5db7e4 100644 --- a/ckanext/ozwillo_pyoidc/templates/logout_confirm.html +++ b/ckanext/ozwillo_pyoidc/templates/logout_confirm.html @@ -1,18 +1,17 @@ {% extends "page.html" %} {% block primary_content %} -
-

+

{% block page_heading %} - {{ _('You are about to logout...') }} + {{ _('Logout from CKAN') }} {% endblock %} -

-
- + + + + {% trans %}Go back to CKAN{% endtrans %}
- {% endblock %}