Fixed name of the exit page for /gamma

master-GE
Clipperz 2013-01-09 15:13:32 +01:00
parent 9741a93a9f
commit 6642b868f7
1 changed files with 2 additions and 1 deletions

View File

@ -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'}
]