From 23c99a74723b50d3a9af8886ebaae4e4cc9236c1 Mon Sep 17 00:00:00 2001 From: Thayer Williams Date: Tue, 16 Mar 2010 11:17:08 -0700 Subject: Redesigned login and logout pages Signed-off-by: Dan McGee --- templates/registration/logout.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'templates/registration/logout.html') diff --git a/templates/registration/logout.html b/templates/registration/logout.html index 2b82986..f8e0762 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 %} - -
-You've been logged out. +
+

Logout successful.

- {% endblock %} -- cgit v1.2.3-24-g4f1b