summaryrefslogtreecommitdiff
path: root/talermerchantdemos/donations/templates/fulfillment.html
diff options
context:
space:
mode:
Diffstat (limited to 'talermerchantdemos/donations/templates/fulfillment.html')
-rw-r--r--talermerchantdemos/donations/templates/fulfillment.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/talermerchantdemos/donations/templates/fulfillment.html b/talermerchantdemos/donations/templates/fulfillment.html
deleted file mode 100644
index 17d8cd8..0000000
--- a/talermerchantdemos/donations/templates/fulfillment.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{% 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>
-
-<p>You can always make <a href="{{ url_for('index') }}">another donation</a></p>
-{% endblock main %}