From aa06ddd3cf1de03922fc4e45e46ef3476a69e3f8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 11 Oct 2020 16:15:15 +0200 Subject: add i18n and new menu structure to donations page --- talermerchantdemos/donations/templates/fulfillment.html | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 talermerchantdemos/donations/templates/fulfillment.html (limited to 'talermerchantdemos/donations/templates/fulfillment.html') diff --git a/talermerchantdemos/donations/templates/fulfillment.html b/talermerchantdemos/donations/templates/fulfillment.html deleted file mode 100644 index 17d8cd8..0000000 --- a/talermerchantdemos/donations/templates/fulfillment.html +++ /dev/null @@ -1,11 +0,0 @@ -{% extends "templates/base.html" %} - -{% block main %} -

Donation Receipt

-

Thank you, {{ donation_donor }}, for donating {{ donation_amount }} to {{ donation_receiver }}.

- -

Please keep the order identifier {{ order_id }} as a receipt for your donation. You can show other people that you donated -by sharing this link with them.

- -

You can always make another donation

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