From 2fb8bff093e49d95ab25eb8343ebbb1091f6e7a6 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 24 Jan 2014 14:26:15 -0500 Subject: Implement login plugin infrastructure Signed-off-by: Simo Sorce --- templates/logout.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 templates/logout.html (limited to 'templates/logout.html') diff --git a/templates/logout.html b/templates/logout.html new file mode 100644 index 0000000..f6f61ac --- /dev/null +++ b/templates/logout.html @@ -0,0 +1,24 @@ + + + + + {{ title }} + + + + +
+ +
+ {% if user.name %} +

Something prevented a successful logout

+

You are still logged in as {{ user.fullname }}

+ {% else %} +

Successfully logged out.

+

Return to Home page

+ {% endif %} +
+ + -- cgit