it/itf/templates/registration/logged_out.html

21 lines
420 B
HTML
Raw Normal View History

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