commit 7263e390c40f2fba22e5f2d026b7a8f962f69d71 parent 389dbeeb6511b4ce42f3a94e0c2bd73d931bf77b Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 7 Sep 2022 16:08:20 +0200 pass uproc Diffstat:
| M | talermerchantdemos/landing/landing.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/talermerchantdemos/landing/landing.py b/talermerchantdemos/landing/landing.py @@ -80,7 +80,7 @@ LOGGER.info( # Add context processor that will make additional variables # and functions available in the template. -app.context_processor(make_utility_processor("landing", app.url_for ('index'))) +app.context_processor(make_utility_processor("landing", os.environ.get ("TALER_ENV_URL_INTRO"))) ## # Exception handler to capture all the unmanaged errors.