summaryrefslogtreecommitdiff
path: root/bin/taler-merchant-demos
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-12 13:38:35 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-12 13:38:35 +0200
commit46dd63af682246c162423e37e0361e2d644c93e1 (patch)
treec452d00a4c2f19d6dab127066ff6394367b98f9a /bin/taler-merchant-demos
parent193994eccc691952ab80998201eb6c8713bb0c8d (diff)
downloadtaler-merchant-demos-46dd63af682246c162423e37e0361e2d644c93e1.tar.gz
taler-merchant-demos-46dd63af682246c162423e37e0361e2d644c93e1.tar.bz2
taler-merchant-demos-46dd63af682246c162423e37e0361e2d644c93e1.zip
share menu and style sheets across demo pages (fixes #5704)
Diffstat (limited to 'bin/taler-merchant-demos')
-rwxr-xr-xbin/taler-merchant-demos4
1 files changed, 2 insertions, 2 deletions
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: