From 4cc9281da34caa2b0b4a133dac998f7e0f211f6d Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 22 Jan 2018 21:08:24 +0100 Subject: Revert "put currency in all templates" This reverts commit 24adbeccfce4aa11e98abe9c85260c82698a4f95. --- talerdonations/donations/templates/fulfillment.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'talerdonations/donations/templates/fulfillment.html') diff --git a/talerdonations/donations/templates/fulfillment.html b/talerdonations/donations/templates/fulfillment.html index f128693..ac6a48b 100644 --- a/talerdonations/donations/templates/fulfillment.html +++ b/talerdonations/donations/templates/fulfillment.html @@ -4,6 +4,5 @@

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.

+

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

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