view sat_templates/templates/default/session/disconnect.html @ 244:a62822c6a114

bulma: added a notification area + first dialog template for confirmation request
author Goffi <goffi@goffi.org>
date Fri, 19 Jun 2020 17:57:13 +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 %}