[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-blog] branch master updated: missing file
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-blog] branch master updated: missing file |
Date: |
Fri, 30 Aug 2019 17:36:24 +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 59f2340 missing file
59f2340 is described below
commit 59f23403803f0fae7491b0d11c8bd7e06e7eae77
Author: Florian Dold <address@hidden>
AuthorDate: Fri Aug 30 17:36:22 2019 +0200
missing file
---
talerblog/blog/templates/show_refund.html | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/talerblog/blog/templates/show_refund.html
b/talerblog/blog/templates/show_refund.html
new file mode 100644
index 0000000..913b6a5
--- /dev/null
+++ b/talerblog/blog/templates/show_refund.html
@@ -0,0 +1,28 @@
+{% extends "templates/base.html" %}
+
+{% block main %}
+
+<h1>Refund</h1>
+
+<div class="taler-installed-hide">
+ <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 use this QR code to get a refund with your mobile wallet:
+ </p>
+
+ {{ qrcode_svg | safe }}
+
+ <p>
+ Click <a href="{{ taler_refund_uri }}">this link</a> to open your system's
Taler wallet if it exists.
+ </p>
+
+</div>
+
+{% endblock main %}
--
To stop receiving notification emails like this one, please contact
address@hidden.
- [GNUnet-SVN] [taler-blog] branch master updated: missing file,
gnunet <=