summaryrefslogtreecommitdiff
path: root/talerdonations
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-01-22 21:09:00 +0100
committerFlorian Dold <florian.dold@gmail.com>2018-01-22 21:09:00 +0100
commita190a40bd85207974688078d1574374d4e4b2c05 (patch)
treedaab3e2347b4e66064b0882f74b18b3a379edaea /talerdonations
parent4cc9281da34caa2b0b4a133dac998f7e0f211f6d (diff)
downloaddonations-a190a40bd85207974688078d1574374d4e4b2c05.tar.gz
donations-a190a40bd85207974688078d1574374d4e4b2c05.tar.bz2
donations-a190a40bd85207974688078d1574374d4e4b2c05.zip
fulfillment text
Diffstat (limited to 'talerdonations')
-rw-r--r--talerdonations/donations/templates/fulfillment.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/talerdonations/donations/templates/fulfillment.html b/talerdonations/donations/templates/fulfillment.html
index ac6a48b..f128693 100644
--- a/talerdonations/donations/templates/fulfillment.html
+++ b/talerdonations/donations/templates/fulfillment.html
@@ -4,5 +4,6 @@
<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.</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>
{% endblock main %}