diff options
author | Dan McGee <dan@archlinux.org> | 2011-03-04 09:36:18 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-03-04 09:36:18 -0600 |
commit | c722d8bf9e2f647d5cd8fa3a85a17d0cb3b5b101 (patch) | |
tree | 2ac4fcf33d37786737a2664a96dd03f7961e8d80 /templates/registration/logout.html | |
parent | f29700ce67ad323e8c68dacd776cf3e991721104 (diff) |
Remove multiple account login/logout URLs
And slightly spruce up the logout template with a header.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/registration/logout.html')
-rw-r--r-- | templates/registration/logout.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/registration/logout.html b/templates/registration/logout.html index f8e07621..e890ce99 100644 --- a/templates/registration/logout.html +++ b/templates/registration/logout.html @@ -3,7 +3,9 @@ {% block content %} <div id="dev-logout" class="box"> - <p>Logout successful.<p> + <h2>Developer Logout</h2> + + <p>Logout was successful.<p> </div> {% endblock %} |