view sat_templates/templates/default/session/disconnect.html @ 318:b7e5ce6bc82d

CSS (noscript): new `nojs_hide` class to hide an element when JS is not available
author Goffi <goffi@goffi.org>
date Thu, 29 Apr 2021 15:53:31 +0200
parents e9f0a4215e46
children
line wrap: on
line source

{% extends 'base/base.html' %}

{% block body %}
<p>{% trans %}You have been disconnected, have a nice day!{% endtrans %}</p>
{% endblock body %}