From 59f23403803f0fae7491b0d11c8bd7e06e7eae77 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 30 Aug 2019 17:36:22 +0200 Subject: missing file --- talerblog/blog/templates/show_refund.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 talerblog/blog/templates/show_refund.html diff --git a/talerblog/blog/templates/show_refund.html b/talerblog/blog/templates/show_refund.html new file mode 100644 index 0000000..913b6a5 --- /dev/null +++ b/talerblog/blog/templates/show_refund.html @@ -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