Mercurial > libervia-templates
annotate sat_templates/templates/default/session/disconnect.html @ 204:e9bbf4462ea8
css: misc changes
- anchor links in list elements can now be displayed more obviously using "list__item--show-links" class
- specific style for disabled button
- adapted form styles to new "select" field
- other small changes, see diff
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 26 May 2019 22:09:49 +0200 |
parents | e9f0a4215e46 |
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 %} |