summaryrefslogtreecommitdiff
path: root/talermerchantdemos/landing/landing.py
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-09-07 16:05:38 +0200
committerChristian Grothoff <christian@grothoff.org>2022-09-07 16:05:38 +0200
commit389dbeeb6511b4ce42f3a94e0c2bd73d931bf77b (patch)
tree497cc0456efc31700a34d75b8a61c1731529d700 /talermerchantdemos/landing/landing.py
parent854245873f3a98a2a68f7f5d6baf30cab08e2f0f (diff)
downloadtaler-merchant-demos-389dbeeb6511b4ce42f3a94e0c2bd73d931bf77b.tar.gz
taler-merchant-demos-389dbeeb6511b4ce42f3a94e0c2bd73d931bf77b.tar.bz2
taler-merchant-demos-389dbeeb6511b4ce42f3a94e0c2bd73d931bf77b.zip
pass uproc
Diffstat (limited to 'talermerchantdemos/landing/landing.py')
-rw-r--r--talermerchantdemos/landing/landing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/talermerchantdemos/landing/landing.py b/talermerchantdemos/landing/landing.py
index fce828e..f8b10a6 100644
--- 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", url_for ('index')))
+app.context_processor(make_utility_processor("landing", app.url_for ('index')))
##
# Exception handler to capture all the unmanaged errors.