summaryrefslogtreecommitdiff
path: root/talerdonations/donations/templates/fulfillment.html
diff options
context:
space:
mode:
Diffstat (limited to 'talerdonations/donations/templates/fulfillment.html')
-rw-r--r--talerdonations/donations/templates/fulfillment.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/talerdonations/donations/templates/fulfillment.html b/talerdonations/donations/templates/fulfillment.html
index f128693..4bfa284 100644
--- a/talerdonations/donations/templates/fulfillment.html
+++ b/talerdonations/donations/templates/fulfillment.html
@@ -1,9 +1,9 @@
-{% extends "templates/base.html" %}
+{% extends "static/web-common/templates/base.html" %}
-{% block main %}
+{% block page_content %}
<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 %}
+{% endblock %}