NDOJ/templates/registration/logout.html
2023-05-20 08:54:17 +09:00

4 lines
No EOL
94 B
HTML
Executable file

{% extends "base.html" %}
{% block body %}
<h3>{{ _('See you later!') }}</h3>
{% endblock %}