diff options
author | Thayer Williams <thayerw@gmail.com> | 2010-03-16 11:17:08 -0700 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-05-17 14:49:44 -0500 |
commit | 23c99a74723b50d3a9af8886ebaae4e4cc9236c1 (patch) | |
tree | 138854c9cd97be466c18f9e4c26ed35361593df2 /templates/registration/logout.html | |
parent | 5c8f957904c1fb3cb1d7835e24048ca0263ab291 (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.html | 7 |
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 %} |