From 053d0a573d92ccdddad81d025058278132363828 Mon Sep 17 00:00:00 2001 From: ashok sukumaran Date: Mon, 4 Jul 2011 23:14:07 +0530 Subject: [PATCH] frontpages --- edgware/static/css/files/logout.css | 12 ++++++++++++ edgware/templates/registration/logged_out.html | 14 ++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 edgware/static/css/files/logout.css diff --git a/edgware/static/css/files/logout.css b/edgware/static/css/files/logout.css new file mode 100644 index 0000000..fc953c5 --- /dev/null +++ b/edgware/static/css/files/logout.css @@ -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; + + } + + diff --git a/edgware/templates/registration/logged_out.html b/edgware/templates/registration/logged_out.html index c0abc22..be9c17d 100644 --- a/edgware/templates/registration/logged_out.html +++ b/edgware/templates/registration/logged_out.html @@ -1,5 +1,19 @@ {% extends 'main_base.html' %} + +{% block title %} + Logout +{% endblock %} + +{% block extra_head %} + +{% endblock %} + +{% block pageTitle %} + Logout +{% endblock % + + {% block content %}
You have been logged out.
Thanks for using the site, and see you again soon!
Bye!
:)
{% endblock %}