Skip to content
Snippets Groups Projects
Commit 301e03ce authored by Ben Adida's avatar Ben Adida
Browse files

parameterized welcome message

parent 09020cf4
Branches
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ SITE_TITLE = get_from_env('SITE_TITLE', 'Helios Election Server')
FOOTER_LINKS = []
FOOTER_LOGO = False
WELCOME_MESSAGE = "This is the default message"
WELCOME_MESSAGE = get_from_env('WELCOME_MESSAGE', "This is the default message")
AUTH_TEMPLATE_BASE = "server_ui/templates/base.html"
HELIOS_TEMPLATE_BASE = "server_ui/templates/base.html"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment