X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fipsilon.git;a=blobdiff_plain;f=templates%2Flogout.html;h=016c9ab100c5e0bd42284268be67a65aabf1162c;hp=f6f61ac982697f64609b7469fa857f2897b8a8e3;hb=739ca49e93d7bf534bfc401633a612e16ff19bc6;hpb=60f70685c69980bb9f458e4a65efd4cc54cd60f8 diff --git a/templates/logout.html b/templates/logout.html index f6f61ac..016c9ab 100644 --- a/templates/logout.html +++ b/templates/logout.html @@ -1,24 +1,12 @@ - - - - - {{ 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 %} -
- - +{% extends "master.html" %} +{% block main %} +
+{% 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 %} +
+{% endblock %} \ No newline at end of file