view sat_templates/templates/default/session/disconnect.html @ 293:7a4bd6de6a56

bulma (css): add missing keyframe for `spin` animation
author Goffi <goffi@goffi.org>
date Fri, 27 Nov 2020 12:13:59 +0100
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 %}