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: add auto refresh for qr


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch master updated: add auto refresh for qr code
Date: Sat, 24 Aug 2019 13:02:56 +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 5571a68  add auto refresh for qr code
5571a68 is described below

commit 5571a6852f75ff37d332c7c75770f057bb31458c
Author: Florian Dold <address@hidden>
AuthorDate: Sat Aug 24 13:02:51 2019 +0200

    add auto refresh for qr code
---
 talerblog/blog/templates/base.html            | 1 +
 talerblog/blog/templates/request_payment.html | 7 ++++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

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 }}
 

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



reply via email to

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