view default/session/disconnect.html @ 55:d58fdd57df49

input/xmlui: fixed for_name in labels + selection in listWidget
author Goffi <goffi@goffi.org>
date Sun, 05 Nov 2017 21:50:45 +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 %}