From 3ca29bf465d0419c0915924910b4e81a73ec8cef Mon Sep 17 00:00:00 2001 From: MS Date: Wed, 22 Jul 2020 16:11:30 +0200 Subject: import static files --- talermerchantdemos/donations/templates/index.html | 42 +++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 talermerchantdemos/donations/templates/index.html (limited to 'talermerchantdemos/donations/templates/index.html') diff --git a/talermerchantdemos/donations/templates/index.html b/talermerchantdemos/donations/templates/index.html new file mode 100644 index 0000000..cbb3c35 --- /dev/null +++ b/talermerchantdemos/donations/templates/index.html @@ -0,0 +1,42 @@ +{% extends "templates/base.html" %} + +{% block main %} +

Welcome to the Taler Donation "Shop" Demo

+ +

This toy donations website shows the user experience for donations with Taler. +You are paying with an imaginary currency ({{ merchant_currency }}). +

+ +
+

Please select a project, the amount (*) of {{ merchant_currency }} you + wish to donate, and enter the name that will appear on your receipt:

+ +
+
+ + + + +
+
+

+ (*) To make it a bit more fun, the 5 {{ merchant_currency }} option is + deliberately implemented with a fault: the merchant will try to make you + donate 6 {{ merchant_currency }} instead of the 5 {{ merchant_currency }} you + got to see. But do not worry, you will be given the opportunity to review + the final offer from the merchant in a window secured by the Taler + extension. That way, you can spot the error before committing to an + incorrect contract. +

+
+ +{% endblock %} -- cgit v1.2.3