view default/session/disconnect.html @ 65:dd15b6c0b1d3

input/xmlui: added 'jid' widget type, using string_widget for now
author Goffi <goffi@goffi.org>
date Wed, 15 Nov 2017 08:52:14 +0100
parents a6ec7f0fa877
children
line wrap: on
line source

{% extends 'base/base.html' %}

{% block body %}
<p>{% trans %}You have been disconnected, have a nice day!{% endtrans %}</p>
{% endblock body %}