summaryrefslogtreecommitdiff
path: root/talermerchantdemos/survey/survey.py
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-09-07 15:57:20 +0200
committerChristian Grothoff <christian@grothoff.org>2022-09-07 15:57:20 +0200
commit7e6c074ac076a82f8c487682cf937c509081c132 (patch)
treeaca310b25055f44b0beec9ed9585e7bac6a0e4fe /talermerchantdemos/survey/survey.py
parent4b14521dfe56b1c0135ca9a5a38bf3130c25c482 (diff)
downloadtaler-merchant-demos-7e6c074ac076a82f8c487682cf937c509081c132.tar.gz
taler-merchant-demos-7e6c074ac076a82f8c487682cf937c509081c132.tar.bz2
taler-merchant-demos-7e6c074ac076a82f8c487682cf937c509081c132.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 8c5ebb9..0727a7b 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"))
+app.context_processor(make_utility_processor("survey"), url_for('index'))
##