summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-30 14:13:44 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-30 14:13:44 +0200
commit2840396446ccc913e7cc7f6f813eddf8888e9463 (patch)
treee140c97d86368be51acd513c2b09f828ff6002b3
parent095aa94e9adfaf1c60260839782c741b40b10e8f (diff)
downloadsurvey-2840396446ccc913e7cc7f6f813eddf8888e9463.tar.gz
survey-2840396446ccc913e7cc7f6f813eddf8888e9463.tar.bz2
survey-2840396446ccc913e7cc7f6f813eddf8888e9463.zip
qr code template
-rw-r--r--talersurvey/survey/templates/show_tip.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/talersurvey/survey/templates/show_tip.html b/talersurvey/survey/templates/show_tip.html
new file mode 100644
index 0000000..1c6317a
--- /dev/null
+++ b/talersurvey/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 %}