From ad168b1dea2fd2502918b2ba1a13f2e4cc62d72a Mon Sep 17 00:00:00 2001 From: Olimpia Magliulo <olimpiam@gast-honderdzevenentachtig.161.surf.nl> Date: Wed, 6 Dec 2017 09:27:29 +0100 Subject: [PATCH] New logout template --- templates/logout.twig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/logout.twig diff --git a/templates/logout.twig b/templates/logout.twig new file mode 100644 index 000000000..e860aff55 --- /dev/null +++ b/templates/logout.twig @@ -0,0 +1,12 @@ +{% set pagetitle = 'Logged out'|trans %} +{% extends "base.twig" %} + +{% block content %} + <h1>{{ 'Logged out'|trans }}</h1> + <br> + <h3>{% trans %}You have been logged out.{% endtrans %}</h3> + <br> + {% if text %} + <p><a href="{{ link }}">{{ text|trans }}</a></p> + {% endif %} +{% endblock %} \ No newline at end of file -- GitLab