itf/itf/templates/registration/logout.html

4 lines
150 B
HTML

{% extends 'registration/register_base.html' %}
{% block reg_content %}
Logged out. Thanks for using the website. Have a nice day!
{% endblock %}