summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-30 17:36:22 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-30 17:36:22 +0200
commit59f23403803f0fae7491b0d11c8bd7e06e7eae77 (patch)
tree25de30e57703f81a5790a0713165a33881475257
parent73761b1cd308e5e7f62e2ab2c296657506c445bc (diff)
downloadblog-59f23403803f0fae7491b0d11c8bd7e06e7eae77.tar.gz
blog-59f23403803f0fae7491b0d11c8bd7e06e7eae77.tar.bz2
blog-59f23403803f0fae7491b0d11c8bd7e06e7eae77.zip
missing file
-rw-r--r--talerblog/blog/templates/show_refund.html28
1 files changed, 28 insertions, 0 deletions
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 %}