From 301e03cef2b2d46c0ca128666ea94ea8f758c8a5 Mon Sep 17 00:00:00 2001 From: Ben Adida <ben@adida.net> Date: Mon, 31 Oct 2011 10:52:38 -0700 Subject: [PATCH] parameterized welcome message --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 306679d..67589ee 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" -- GitLab