diff --git a/settings.py b/settings.py index 306679db12c105fed605610375f20c6e72faa1b5..67589ee2113d245452e0f4d8a3ee21275fb1cd50 100644 --- a/settings.py +++ b/settings.py @@ -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"