summaryrefslogtreecommitdiff
path: root/talerdonations/donations/templates/fulfillment.html
blob: f1286936201ebc7a1a3777dcde1aca2ec71fcd85 (plain)
1
2
3
4
5
6
7
8
9
{% extends "templates/base.html" %}

{% block main %}
<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>
{% endblock main %}