From c722d8bf9e2f647d5cd8fa3a85a17d0cb3b5b101 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 4 Mar 2011 09:36:18 -0600 Subject: Remove multiple account login/logout URLs And slightly spruce up the logout template with a header. Signed-off-by: Dan McGee --- templates/registration/logout.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates/registration') diff --git a/templates/registration/logout.html b/templates/registration/logout.html index f8e0762..e890ce9 100644 --- a/templates/registration/logout.html +++ b/templates/registration/logout.html @@ -3,7 +3,9 @@ {% block content %}
-

Logout successful.

+

Developer Logout

+ +

Logout was successful.

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