view sat_templates/templates/default/session/disconnect.html @ 391:cb3e75c7c999

install: add pyproject.toml
author Goffi <goffi@goffi.org>
date Fri, 12 Jan 2024 23:22:17 +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 %}