Mercurial > libervia-templates
view sat_templates/templates/default/session/disconnect.html @ 220:f7d6ae06c42f
python 3 port: replaced iteritems() by items() for dictionaries
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 13 Aug 2019 08:56:22 +0200 |
parents | e9f0a4215e46 |
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 %}