Mercurial > libervia-templates
annotate sat_templates/templates/default/session/disconnect.html @ 303:877f01720036
bulma (lists): creation, invitations, item deletion:
- add interface to create lists from templates
- show list specific icon when available in lists discovery
- owned lists can be deleted from lists discovery
- lists can now be created from templates
- when edition is allowed, a delete button let now delete a list item from single item
view
- new button to launch invitation manager from list overview
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 20 Feb 2021 13:39:11 +0100 |
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 %} |