Mercurial > libervia-templates
annotate default/session/disconnect.html @ 43:f8798d691acf
blog/articles: fixed comments transition:
- as for blog articles, removed max-height workaround in favor of clicked_mh_fix function
- changed show to hide in button when comments are expanded
- reduced transition time
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 13 Jul 2017 08:41: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 %} |