summaryrefslogtreecommitdiff
path: root/templates/registration/logout.html
diff options
context:
space:
mode:
authorThayer Williams <thayerw@gmail.com>2010-03-16 11:17:08 -0700
committerDan McGee <dan@archlinux.org>2010-05-17 14:49:44 -0500
commit23c99a74723b50d3a9af8886ebaae4e4cc9236c1 (patch)
tree138854c9cd97be466c18f9e4c26ed35361593df2 /templates/registration/logout.html
parent5c8f957904c1fb3cb1d7835e24048ca0263ab291 (diff)
Redesigned login and logout pages
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/registration/logout.html')
-rw-r--r--templates/registration/logout.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/registration/logout.html b/templates/registration/logout.html
index 2b829869..f8e07621 100644
--- a/templates/registration/logout.html
+++ b/templates/registration/logout.html
@@ -1,10 +1,9 @@
{% extends "base.html" %}
+{% block title %}Arch Linux - Logout successful{% endblock %}
{% block content %}
-
-<div class="greybox">
-You've been logged out.
+<div id="dev-logout" class="box">
+ <p>Logout successful.<p>
</div>
-
{% endblock %}