view default/session/disconnect.html @ 91:cc36a5b990ab

input(xmlui): better handling of missing values
author Goffi <goffi@goffi.org>
date Fri, 12 Jan 2018 19:52:37 +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 %}