From 717fc3dfeee7df43c1247bdd7dcedccfac2d273c Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 22 Jan 2018 14:05:11 +0100 Subject: mention donor name in receipt --- talerdonations/donations/templates/base.html | 8 -------- talerdonations/donations/templates/fulfillment.html | 3 ++- talerdonations/donations/templates/index.html | 2 +- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/talerdonations/donations/templates/base.html b/talerdonations/donations/templates/base.html index ecf8094..60f17da 100644 --- a/talerdonations/donations/templates/base.html +++ b/talerdonations/donations/templates/base.html @@ -41,14 +41,6 @@
- - - {% block main %} This is the main content of the page. {% endblock %} diff --git a/talerdonations/donations/templates/fulfillment.html b/talerdonations/donations/templates/fulfillment.html index 67e56ff..e0c05a6 100644 --- a/talerdonations/donations/templates/fulfillment.html +++ b/talerdonations/donations/templates/fulfillment.html @@ -1,7 +1,8 @@ {% extends "templates/base.html" %} {% block main %} -

Thanks for donating {{ donation_amount }} {{ currency }} to {{ donation_receiver }}.

+

Donation Receipt

+

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

Please keep the order identifier {{ order_id }} as a receipt for your donation.

{% endblock main %} diff --git a/talerdonations/donations/templates/index.html b/talerdonations/donations/templates/index.html index c9b08f1..a462dc3 100644 --- a/talerdonations/donations/templates/index.html +++ b/talerdonations/donations/templates/index.html @@ -39,7 +39,7 @@ You are paying with an imaginary currency ({{ merchant_currency }}). - + -- cgit v1.2.3