summaryrefslogtreecommitdiff
path: root/talerblog
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-24 13:02:51 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-24 13:02:51 +0200
commit5571a6852f75ff37d332c7c75770f057bb31458c (patch)
treee90e839e15d0249e34acd859b02e04521e9cd926 /talerblog
parent8626617fbc82c6fc27d73f6a91b0c526fb586a3a (diff)
downloadblog-5571a6852f75ff37d332c7c75770f057bb31458c.tar.gz
blog-5571a6852f75ff37d332c7c75770f057bb31458c.tar.bz2
blog-5571a6852f75ff37d332c7c75770f057bb31458c.zip
add auto refresh for qr code
Diffstat (limited to 'talerblog')
-rw-r--r--talerblog/blog/templates/base.html1
-rw-r--r--talerblog/blog/templates/request_payment.html7
2 files changed, 7 insertions, 1 deletions
diff --git a/talerblog/blog/templates/base.html b/talerblog/blog/templates/base.html
index fa8b813..ca33d03 100644
--- a/talerblog/blog/templates/base.html
+++ b/talerblog/blog/templates/base.html
@@ -19,6 +19,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
+ {% block meta %}{% endblock %}
<title>Taler Donation Demo</title>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='web-common/pure.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='web-common/demo.css') }}" />
diff --git a/talerblog/blog/templates/request_payment.html b/talerblog/blog/templates/request_payment.html
index 2fcf8db..8e740c8 100644
--- a/talerblog/blog/templates/request_payment.html
+++ b/talerblog/blog/templates/request_payment.html
@@ -1,4 +1,7 @@
{% extends "templates/base.html" %}
+{% block meta %}
+{% endblock meta %}
+<meta http-equiv="refresh" content="1">
{% block main %}
<div id="ccfakeform" class="taler-installed-hide">
@@ -7,7 +10,9 @@
installing browser extension wallet.
</p>
- Use this QR code to pay with your module wallet:
+ <p>
+ You can also use this QR code to pay with your mobile wallet:
+ </p>
{{ qrcode_svg | safe }}