view sat_templates/templates/default/session/disconnect.html @ 225:64e952421d55

css: increased line-height
author Goffi <goffi@goffi.org>
date Fri, 06 Dec 2019 14:47:34 +0100
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 %}