summaryrefslogtreecommitdiff
path: root/contrib/offer_refund.must
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-26 15:29:28 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-26 15:29:28 +0200
commita6bc15b77838981d705e647adb40af0a51621286 (patch)
tree914a0380a6f1e2c3487b93e49865d72438c15b0b /contrib/offer_refund.must
parent4f7b141648a68137269cfca9be13fe7d20051c29 (diff)
downloadmerchant-a6bc15b77838981d705e647adb40af0a51621286.tar.gz
merchant-a6bc15b77838981d705e647adb40af0a51621286.tar.bz2
merchant-a6bc15b77838981d705e647adb40af0a51621286.zip
start to have templates
Diffstat (limited to 'contrib/offer_refund.must')
-rw-r--r--contrib/offer_refund.must28
1 files changed, 28 insertions, 0 deletions
diff --git a/contrib/offer_refund.must b/contrib/offer_refund.must
new file mode 100644
index 00000000..913b6a5f
--- /dev/null
+++ b/contrib/offer_refund.must
@@ -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 %}