Mercurial > libervia-templates
annotate sat_templates/templates/default/session/disconnect.html @ 402:2bbcb7da56bc default tip
bulma: use Font-Awesome instead of Fontello + start of major redesign:
- Font-Awesome is now used instead of Fontello, following change in Libervia Media.
- This is a beginning of a major redesign of the web templates/web frontend. This
currently breaks a lot of thing.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 26 Oct 2024 22:53:26 +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 %} |