summaryrefslogtreecommitdiff
path: root/talerdonations/donations/templates/fulfillment.html
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-01-22 21:08:24 +0100
committerFlorian Dold <florian.dold@gmail.com>2018-01-22 21:08:24 +0100
commit4cc9281da34caa2b0b4a133dac998f7e0f211f6d (patch)
tree5ddb1dc19ac0250e5cf738dd1f3edeb5bb57a9e6 /talerdonations/donations/templates/fulfillment.html
parent24adbeccfce4aa11e98abe9c85260c82698a4f95 (diff)
downloaddonations-4cc9281da34caa2b0b4a133dac998f7e0f211f6d.tar.gz
donations-4cc9281da34caa2b0b4a133dac998f7e0f211f6d.tar.bz2
donations-4cc9281da34caa2b0b4a133dac998f7e0f211f6d.zip
Revert "put currency in all templates"
This reverts commit 24adbeccfce4aa11e98abe9c85260c82698a4f95.
Diffstat (limited to 'talerdonations/donations/templates/fulfillment.html')
-rw-r--r--talerdonations/donations/templates/fulfillment.html3
1 files changed, 1 insertions, 2 deletions
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 @@
<h1>Donation Receipt</h1>
<p> Thank you, <strong>{{ donation_donor }}</strong>, for donating <strong>{{ donation_amount }}</strong> to <strong>{{ donation_receiver }}</strong>.</p>
-<p>Please keep the order identifier <strong>{{ order_id }}</strong> as a receipt for your donation. You can show other people that you donated
-by sharing <a href={{ request.url }}>this link</a> with them.</p>
+<p>Please keep the order identifier <strong>{{ order_id }}</strong> as a receipt for your donation.</p>
{% endblock main %}