summaryrefslogtreecommitdiff
path: root/talermerchantdemos/survey/survey.py
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-09-07 16:09:58 +0200
committerChristian Grothoff <christian@grothoff.org>2022-09-07 16:09:58 +0200
commit29f0ad890a423179fd5fd6131f94b0be8f808940 (patch)
tree466222604ba6a1278f49258b0e2f1fbeeecbe84c /talermerchantdemos/survey/survey.py
parent7263e390c40f2fba22e5f2d026b7a8f962f69d71 (diff)
downloadtaler-merchant-demos-29f0ad890a423179fd5fd6131f94b0be8f808940.tar.gz
taler-merchant-demos-29f0ad890a423179fd5fd6131f94b0be8f808940.tar.bz2
taler-merchant-demos-29f0ad890a423179fd5fd6131f94b0be8f808940.zip
pass uproc
Diffstat (limited to 'talermerchantdemos/survey/survey.py')
-rw-r--r--talermerchantdemos/survey/survey.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/talermerchantdemos/survey/survey.py b/talermerchantdemos/survey/survey.py
index 5582f94..7e434ce 100644
--- a/talermerchantdemos/survey/survey.py
+++ b/talermerchantdemos/survey/survey.py
@@ -86,7 +86,7 @@ app.add_template_global(self_localized)
# Add context processor that will make additional variables
# and functions available in the template.
-app.context_processor(make_utility_processor("survey", url_for('index')))
+app.context_processor(make_utility_processor("survey", os.environ.get ("TALER_ENV_URL_MERCHANT_SURVEY")))
##