gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-merchant-demos] branch master updated: pass uproc


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: pass uproc
Date: Wed, 07 Sep 2022 16:00:31 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository taler-merchant-demos.

The following commit(s) were added to refs/heads/master by this push:
     new 8542458  pass uproc
8542458 is described below

commit 854245873f3a98a2a68f7f5d6baf30cab08e2f0f
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Sep 7 16:00:29 2022 +0200

    pass uproc
---
 talermerchantdemos/blog/blog.py       | 2 +-
 talermerchantdemos/landing/landing.py | 2 +-
 talermerchantdemos/survey/survey.py   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/talermerchantdemos/blog/blog.py b/talermerchantdemos/blog/blog.py
index 6c547fd..d1d6a05 100644
--- a/talermerchantdemos/blog/blog.py
+++ b/talermerchantdemos/blog/blog.py
@@ -112,7 +112,7 @@ LOGGER.info(
 
 # Add context processor that will make additional variables
 # and functions available in the template.
-app.context_processor(make_utility_processor("blog"), url_for('index'))
+app.context_processor(make_utility_processor("blog", url_for('index')))
 
 
 ##
diff --git a/talermerchantdemos/landing/landing.py 
b/talermerchantdemos/landing/landing.py
index ed621fa..fce828e 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", url_for ('index')))
 
 ##
 # Exception handler to capture all the unmanaged errors.
diff --git a/talermerchantdemos/survey/survey.py 
b/talermerchantdemos/survey/survey.py
index 0727a7b..5582f94 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", url_for('index')))
 
 
 ##

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]