From 2840396446ccc913e7cc7f6f813eddf8888e9463 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 30 Aug 2019 14:13:44 +0200 Subject: qr code template --- talersurvey/survey/templates/show_tip.html | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 talersurvey/survey/templates/show_tip.html (limited to 'talersurvey/survey/templates') 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 %} + +{% endblock meta %} + +{% block main %} + +

Tip Offered

+ +
+

+ Looks like your browser doesn't support GNU Taler payments. You can try + installing a wallet browser extension. +

+
+ +
+ +

+ You can use this QR code to receive a tip with your mobile wallet: +

+ + {{ qrcode_svg | safe }} + +

+ Click this link to open your system's Taler wallet if it exists. +

+ +
+ +{% endblock main %} -- cgit v1.2.3 From 18ab3d0f84c42de7a6e7ca29448020945fb05f62 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 30 Aug 2019 14:20:01 +0200 Subject: no more wallet detection --- talersurvey/survey/templates/index.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'talersurvey/survey/templates') diff --git a/talersurvey/survey/templates/index.html b/talersurvey/survey/templates/index.html index ffd8f61..e58e669 100644 --- a/talersurvey/survey/templates/index.html +++ b/talersurvey/survey/templates/index.html @@ -7,11 +7,7 @@ and get a nice tip - via your Taler wallet - from this shop! (survey stats)

-
-

The survey is not possible without the wallet; - please install one!

-
-
+
What do you prefer?
-- cgit v1.2.3