From a6bc15b77838981d705e647adb40af0a51621286 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 26 Jul 2020 15:29:28 +0200 Subject: start to have templates --- contrib/offer_refund.must | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 contrib/offer_refund.must (limited to 'contrib/offer_refund.must') 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 %} + +

Refund

+ +
+

+ 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 get a refund 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