annotate sat_templates/templates/default/session/disconnect.html @ 295:1de599c5a68f

bulma (base): loading screen: when the `loading_screen` variable is set before extending `base/base.html`, a loading modal is shown (and must be removed via JavaScript). This avoids the user to try to use an interface which is not reactive or working normally because JS is not fully loaded yet.
author Goffi <goffi@goffi.org>
date Fri, 27 Nov 2020 12:24:03 +0100
parents e9f0a4215e46
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22
a6ec7f0fa877 default (disconnect): basic message for disconnection page
Goffi <goffi@goffi.org>
parents:
diff changeset
1 {% extends 'base/base.html' %}
a6ec7f0fa877 default (disconnect): basic message for disconnection page
Goffi <goffi@goffi.org>
parents:
diff changeset
2
a6ec7f0fa877 default (disconnect): basic message for disconnection page
Goffi <goffi@goffi.org>
parents:
diff changeset
3 {% block body %}
a6ec7f0fa877 default (disconnect): basic message for disconnection page
Goffi <goffi@goffi.org>
parents:
diff changeset
4 <p>{% trans %}You have been disconnected, have a nice day!{% endtrans %}</p>
a6ec7f0fa877 default (disconnect): basic message for disconnection page
Goffi <goffi@goffi.org>
parents:
diff changeset
5 {% endblock body %}