From 6642b868f781e8e6689db630877a092472ff0f0b Mon Sep 17 00:00:00 2001 From: Clipperz Date: Wed, 9 Jan 2013 15:13:32 +0100 Subject: [PATCH] Fixed name of the exit page for /gamma --- scripts/builder/frontends/gammaBuilder.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/builder/frontends/gammaBuilder.py b/scripts/builder/frontends/gammaBuilder.py index 35fa68b..a6ecb7b 100644 --- a/scripts/builder/frontends/gammaBuilder.py +++ b/scripts/builder/frontends/gammaBuilder.py @@ -8,7 +8,8 @@ class GammaBuilder(FrontendBuilder): def copyStaticResources (self, targetFolder): resourcesToCopy = [ - {'folder': 'html', 'source': 'exit_template.html', 'target': 'exit.html'}, +# {'folder': 'html', 'source': 'exit_template.html', 'target': 'exit.html'}, + {'folder': 'html', 'source': 'exit_template.html', 'target': 'logout.html'}, {'folder': 'css', 'source': 'static.css', 'target': 'static.css'} ]