it/itf/templates/registration/logged_out.html
2011-08-03 16:46:12 +05:30

21 lines
420 B
HTML
Executable File

{% extends 'registration/register_base.html' %}
{% block title %}
Logout
{% endblock %}
{% block extra_head %}
<link rel="stylesheet" href="/static/css/files/logout.css" />
{% endblock %}
{% block pageTitle %}
Logout
{% endblock %}
{% block reg_content %}
<div id="loggedOut">You have been logged out. <br />Thanks for using the site, and see you again soon!<br /> Bye!<br /> :)</div>
{% endblock %}