From: Mike Rylander Date: Thu, 6 Nov 2014 20:36:16 +0000 (-0500) Subject: LP#1390225: redirect to ctx.home_page instead of through ctx.logout_page X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b9f7003c64b2964a6839bc3642b60920d94878d0;p=evergreen%2Fpines.git LP#1390225: redirect to ctx.home_page instead of through ctx.logout_page This way, we skip the auth.session.delete call that will error out because we no longer have the authtoken cookie. Signed-off-by: Mike Rylander Signed-off-by: Chris Sharp Signed-off-by: Jason Stephenson Signed-off-by: Ben Shum --- diff --git a/Open-ILS/src/templates/opac/parts/base.tt2 b/Open-ILS/src/templates/opac/parts/base.tt2 index 251397335b..03e950d439 100644 --- a/Open-ILS/src/templates/opac/parts/base.tt2 +++ b/Open-ILS/src/templates/opac/parts/base.tt2 @@ -6,7 +6,7 @@ [% IF ctx.refresh %] [% ELSIF ctx.authtime AND !ctx.is_staff %] - + [% END %]