NDOJ/templates/registration/logout.html
2023-04-15 18:35:02 +07:00

4 lines
No EOL
94 B
HTML
Executable file

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