summaryrefslogtreecommitdiff
path: root/talermerchantdemos/survey/templates/show_tip.html
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-07-22 16:33:54 +0200
committerMS <ms@taler.net>2020-07-22 16:33:54 +0200
commit4816fa981f672f302a009af66a77c444c8e4b660 (patch)
tree1075990fcbcf17b0b9190793eab3db04c13fd121 /talermerchantdemos/survey/templates/show_tip.html
parent3ca29bf465d0419c0915924910b4e81a73ec8cef (diff)
downloadtaler-merchant-demos-4816fa981f672f302a009af66a77c444c8e4b660.tar.gz
taler-merchant-demos-4816fa981f672f302a009af66a77c444c8e4b660.tar.bz2
taler-merchant-demos-4816fa981f672f302a009af66a77c444c8e4b660.zip
Installing Survey
Diffstat (limited to 'talermerchantdemos/survey/templates/show_tip.html')
-rw-r--r--talermerchantdemos/survey/templates/show_tip.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/talermerchantdemos/survey/templates/show_tip.html b/talermerchantdemos/survey/templates/show_tip.html
new file mode 100644
index 0000000..1c6317a
--- /dev/null
+++ b/talermerchantdemos/survey/templates/show_tip.html
@@ -0,0 +1,35 @@
+{% extends "templates/base.html" %}
+
+
+{% block meta %}
+<noscript>
+ <meta http-equiv="refresh" content="1">
+</noscript>
+{% endblock meta %}
+
+{% block main %}
+
+<h1>Tip Offered</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 receive a tip with your mobile wallet:
+ </p>
+
+ {{ qrcode_svg | safe }}
+
+ <p>
+ Click <a href="{{ taler_tip_uri }}">this link</a> to open your system's Taler wallet if it exists.
+ </p>
+
+</div>
+
+{% endblock main %}