it/itf/templates/registration/logged_out.html

21 lines
420 B
HTML
Raw Normal View History

2011-08-03 11:16:12 +00:00
{% extends 'registration/register_base.html' %}
2010-03-03 14:28:00 +00:00
2011-08-03 11:16:12 +00:00
{% block title %}
Logout
{% endblock %}
{% block extra_head %}
<link rel="stylesheet" href="/static/css/files/logout.css" />
{% endblock %}
2010-03-03 14:28:00 +00:00
2011-08-03 11:16:12 +00:00
{% block pageTitle %}
Logout
{% endblock %}
2010-03-03 14:28:00 +00:00
2011-08-03 11:16:12 +00:00
{% 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>
2010-03-03 14:28:00 +00:00
{% endblock %}