From 4816fa981f672f302a009af66a77c444c8e4b660 Mon Sep 17 00:00:00 2001 From: MS Date: Wed, 22 Jul 2020 16:33:54 +0200 Subject: Installing Survey --- talermerchantdemos/survey/templates/show_tip.html | 35 +++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 talermerchantdemos/survey/templates/show_tip.html (limited to 'talermerchantdemos/survey/templates/show_tip.html') 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 %} + +{% 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