From 6642b868f781e8e6689db630877a092472ff0f0b Mon Sep 17 00:00:00 2001 From: Clipperz Date: Wed, 09 Jan 2013 14:13:32 +0000 Subject: Fixed name of the exit page for /gamma --- (limited to 'scripts') 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'} ] -- cgit v0.9.0.2