From 46dd63af682246c162423e37e0361e2d644c93e1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 12 Oct 2020 13:38:35 +0200 Subject: share menu and style sheets across demo pages (fixes #5704) --- bin/taler-merchant-demos | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/taler-merchant-demos') diff --git a/bin/taler-merchant-demos b/bin/taler-merchant-demos index e7c3821..aa63c20 100755 --- a/bin/taler-merchant-demos +++ b/bin/taler-merchant-demos @@ -105,8 +105,8 @@ def handle_serve_from_config(config_obj, which_shop): def demos(config, http_port, which_shop): """WHICH_SHOP is one of: blog, donations, survey or landing.""" - if which_shop not in ["blog", "donations", "survey"]: - print("Please use a valid shop name: blog, donations, survey.") + if which_shop not in ["blog", "donations", "landing", "survey"]: + print("Please use a valid shop name: blog, donations, landing, survey.") sys.exit(1) config_obj = TalerConfig.from_file(config) if http_port: -- cgit v1.2.3