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: -try with url_for


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: -try with url_for
Date: Wed, 07 Sep 2022 15:10:45 +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 1898b55  -try with url_for
1898b55 is described below

commit 1898b550021a3f0ff97691e2cdf5b0815691fa77
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Sep 7 15:10:43 2022 +0200

    -try with url_for
---
 talermerchantdemos/blog/blog.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/talermerchantdemos/blog/blog.py b/talermerchantdemos/blog/blog.py
index 8219d66..6afee25 100644
--- a/talermerchantdemos/blog/blog.py
+++ b/talermerchantdemos/blog/blog.py
@@ -394,12 +394,12 @@ def article(article_name, lang=None, data=None):
         response.set_cookie(
             "order_id",
             ai,
-            path=urllib.parse.quote(url_for ('index') + + 
f"essay/{article_name}"))
+            path=urllib.parse.quote(url_for ('index') + 
f"essay/{article_name}"))
         )
         response.set_cookie(
             "order_id",
             ai,
-            path=urllib.parse.quote(url_for ('index') + + 
f"{lang}/essay/{article_name}"))
+            path=urllib.parse.quote(url_for ('index') + 
f"{lang}/essay/{article_name}"))
         )
         return response
 

-- 
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]