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: syntax error


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch master updated: syntax error
Date: Sat, 24 Aug 2019 16:54:32 +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 2c29238  syntax error
2c29238 is described below

commit 2c29238b7277831995b625ac201e1be97ec9048c
Author: Florian Dold <address@hidden>
AuthorDate: Sat Aug 24 16:54:28 2019 +0200

    syntax error
---
 talerblog/blog/blog.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerblog/blog/blog.py b/talerblog/blog/blog.py
index 08cbdd5..5eba077 100644
--- a/talerblog/blog/blog.py
+++ b/talerblog/blog/blog.py
@@ -287,7 +287,7 @@ 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(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))
 
     ##
     # 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]