summaryrefslogtreecommitdiff
path: root/talerblog/blog/blog.py
diff options
context:
space:
mode:
Diffstat (limited to 'talerblog/blog/blog.py')
-rw-r--r--talerblog/blog/blog.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/talerblog/blog/blog.py b/talerblog/blog/blog.py
index 7162119..9c4f8ad 100644
--- a/talerblog/blog/blog.py
+++ b/talerblog/blog/blog.py
@@ -337,6 +337,8 @@ def article(article_name, data=None):
# run the payment protocol.
taler_pay_uri = pay_status["taler_pay_uri"]
qrcode_svg = get_qrcode_svg(taler_pay_uri)
+ check_status_url = flask.url_for(
+ "check_status", order_id=order_id, session_id=session_id)
content = flask.render_template("templates/request_payment.html",
article_name=article_name,
taler_pay_uri=taler_pay_uri,