gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-blog] branch master updated: session id


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch master updated: session id
Date: Sat, 24 Aug 2019 16:55:44 +0200

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

dold pushed a commit to branch master
in repository blog.

The following commit(s) were added to refs/heads/master by this push:
     new a29351f  session id
a29351f is described below

commit a29351fd4495ee90f3779c313670fe1abd0cf907
Author: Florian Dold <address@hidden>
AuthorDate: Sat Aug 24 16:55:40 2019 +0200

    session id
---
 talerblog/blog/blog.py | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/talerblog/blog/blog.py b/talerblog/blog/blog.py
index 5eba077..b636aa5 100644
--- a/talerblog/blog/blog.py
+++ b/talerblog/blog/blog.py
@@ -287,7 +287,11 @@ def article(article_name, data=None):
             summary="Essay: " + article_name.replace("_", " "))
         order_resp = backend_post("order", dict(order=order))
         order_id = order_resp["order_id"]
-        return flask.redirect(flask.url_for("article", 
article_name=article_name, order_id=order_id))
+        return flask.redirect(
+                flask.url_for("article",
+                    article_name=article_name,
+                    order_id=order_id,
+                    session_id=session_id))
 
     ##
     # The resource URL uniquely identifies the Web resource that

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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