summaryrefslogtreecommitdiff
path: root/talerblog/blog/blog.py
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-24 16:53:39 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-24 16:53:39 +0200
commit6171ab87a7464a09c05fdbc025f54772a95b5f83 (patch)
tree67abe185e56017e8dd1fdb89519153a637ede4df /talerblog/blog/blog.py
parent7b7eee9ee63784fc6ca6871e824df1f9c7e64995 (diff)
downloadblog-6171ab87a7464a09c05fdbc025f54772a95b5f83.tar.gz
blog-6171ab87a7464a09c05fdbc025f54772a95b5f83.tar.bz2
blog-6171ab87a7464a09c05fdbc025f54772a95b5f83.zip
syntax error
Diffstat (limited to 'talerblog/blog/blog.py')
-rw-r--r--talerblog/blog/blog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/talerblog/blog/blog.py b/talerblog/blog/blog.py
index e365fee..08cbdd5 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(url_for("article", article_name=article_name, order_id=order_id))
##
# The resource URL uniquely identifies the Web resource that