summaryrefslogtreecommitdiff
authorClipperz <info@clipperz.com>2013-01-09 14:13:32 (UTC)
committer Clipperz <info@clipperz.com>2013-01-09 14:13:32 (UTC)
commit6642b868f781e8e6689db630877a092472ff0f0b (patch) (side-by-side diff)
tree4a01bd44fbb261cc57c6411c3b750ae975a1f570
parent9741a93a9f5c76827135b43c03b20c0a48f12604 (diff)
downloadclipperz-6642b868f781e8e6689db630877a092472ff0f0b.zip
clipperz-6642b868f781e8e6689db630877a092472ff0f0b.tar.gz
clipperz-6642b868f781e8e6689db630877a092472ff0f0b.tar.bz2
Fixed name of the exit page for /gamma
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--scripts/builder/frontends/gammaBuilder.py3
1 files changed, 2 insertions, 1 deletions
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'}
]