edgware/edgware/templates/registration/logged_out.html
ashok sukumaran 053d0a573d frontpages
2011-07-04 23:14:07 +05:30

19 lines
393 B
HTML

{% extends 'main_base.html' %}
{% block title %}
Logout
{% endblock %}
{% block extra_head %}
<link rel="stylesheet" href="/static/css/files/logout.css" />
{% endblock %}
{% block pageTitle %}
Logout
{% endblock %
{% block 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 %}