NDOJ/templates/registration/logout.html

4 lines
94 B
HTML
Raw Normal View History

2020-01-21 06:35:58 +00:00
{% extends "base.html" %}
{% block body %}
2023-01-27 23:11:10 +00:00
<h3>{{ _('See you later!') }}</h3>
2020-01-21 06:35:58 +00:00
{% endblock %}