Fixed name of the exit page for /gamma
This commit is contained in:
parent
9741a93a9f
commit
6642b868f7
@ -8,7 +8,8 @@ class GammaBuilder(FrontendBuilder):
|
|||||||
|
|
||||||
def copyStaticResources (self, targetFolder):
|
def copyStaticResources (self, targetFolder):
|
||||||
resourcesToCopy = [
|
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'}
|
{'folder': 'css', 'source': 'static.css', 'target': 'static.css'}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user