gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-blog] 01/02: text


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] 01/02: text
Date: Mon, 26 Aug 2019 20:29:06 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository blog.

commit b02259403209f33e1afcd89a6a378ddbf2cd20d5
Author: Florian Dold <address@hidden>
AuthorDate: Mon Aug 26 17:35:12 2019 +0200

    text
---
 talerblog/blog/templates/base.html            | 2 +-
 talerblog/blog/templates/request_payment.html | 9 +++++++--
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/talerblog/blog/templates/base.html 
b/talerblog/blog/templates/base.html
index ca33d03..52e97b7 100644
--- a/talerblog/blog/templates/base.html
+++ b/talerblog/blog/templates/base.html
@@ -20,7 +20,7 @@
   <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   {% block meta %}{% endblock %}
-  <title>Taler Donation Demo</title>
+  <title>Taler Essay Shop 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') }}" />
   <link rel="stylesheet" type="text/css" href="{{ url_for('static', 
filename='web-common/taler-fallback.css') }}" id="taler-presence-stylesheet" />
diff --git a/talerblog/blog/templates/request_payment.html 
b/talerblog/blog/templates/request_payment.html
index 122b0ee..c30b847 100644
--- a/talerblog/blog/templates/request_payment.html
+++ b/talerblog/blog/templates/request_payment.html
@@ -4,15 +4,19 @@
 {% endblock meta %}
 {% block main %}
 
+<h1>Payment Required</h1>
+
 <div class="taler-installed-hide">
-  <h1>Payment Required</h1>
   <p>
   Looks like your browser doesn't support GNU Taler payments.  You can try
   installing a <a href="https://taler.net/en/wallet.html";>wallet browser 
extension</a>.
   </p>
+</div>
+
+<div>
 
   <p>
-  You can also use this QR code to pay with your mobile wallet:
+  You can use this QR code to pay with your mobile wallet:
   </p>
 
   {{ qrcode_svg | safe }}
@@ -22,4 +26,5 @@
   </p>
 
 </div>
+
 {% endblock main %}

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



reply via email to

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