annotate sat_templates/templates/default/session/disconnect.html @ 230:0e69b5843c2f

theme: bulma theme first draft: This theme uses the Bulma CSS framework, Brython to handle the menu on touch devices, and Sass to customize Bulma. CSS default fallbacks are disabled as Bulma uses its own naming conventions, and default fallbacks would lead to hard to debug conflicts. `common.js` has been slightly improved to handle custom classed in `tab_select` The theme is not complete yet, but it is functional.
author Goffi <goffi@goffi.org>
date Tue, 19 May 2020 00:02:34 +0200
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 %}