it/itf/templates/registration/logout.html
2011-10-08 03:03:05 -04:00

5 lines
150 B
HTML
Executable File

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