Mercurial > libervia-templates
annotate default/session/disconnect.html @ 41:e296ee56f611
static (css.js): max-height transition fix:
- added a "get_elt" function which allows to give element directly or by its id
- added "clicked_mh_fix" which allows transitions to max-height: none (not possible with CSS only)
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 13 Jul 2017 08:36:07 +0200 |
parents | a6ec7f0fa877 |
children |
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 %} |