Mercurial > libervia-templates
view default/session/disconnect.html @ 71:6f1686723472
input(xmlui): added generate_list method, similar to generate_table but generate list of items instead.
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 04 Dec 2017 00:47:42 +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 %}