view sat_templates/templates/default/session/disconnect.html @ 292:829d87a70136

bulma (CSS): override default Bulma `overflow-y` to avoid permanent scrollbar
author Goffi <goffi@goffi.org>
date Mon, 28 Sep 2020 17:28:47 +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 %}