frontpages

This commit is contained in:
ashok sukumaran 2011-07-04 23:14:07 +05:30
parent 53dfcfff90
commit 053d0a573d
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#loggedOut {
padding: 10px 20px 10px 20px;
margin-left:40%;
margin-top:150px;
width: 20%;
overflow: hidden;
text-align: left;
background:#848484;
}

View File

@ -1,5 +1,19 @@
{% 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 %}