summaryrefslogtreecommitdiff
path: root/talermerchantdemos/donations/templates/fulfillment.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'talermerchantdemos/donations/templates/fulfillment.html.j2')
-rw-r--r--talermerchantdemos/donations/templates/fulfillment.html.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/talermerchantdemos/donations/templates/fulfillment.html.j2 b/talermerchantdemos/donations/templates/fulfillment.html.j2
index df9f30b..5fd799b 100644
--- a/talermerchantdemos/donations/templates/fulfillment.html.j2
+++ b/talermerchantdemos/donations/templates/fulfillment.html.j2
@@ -1,7 +1,7 @@
{% extends "templates/base.html.j2" %}
{% block main %}
-<h1>{{ gettext("Donation Receipt") }}</h1>
+<h2>{{ gettext("Donation Receipt") }}</h2>
<p>
{{
gettext("Thank you, <strong>{donor}</strong>, for donating <strong>{amount}</strong> to <strong>{receiver}</strong>.").format(donor=donation_donor,amount=donation_amount,receiver=donation_receiver)
@@ -14,7 +14,7 @@
}}
</p>
-<p>
+<p class="graybox">
{{
gettext('You can always make <a href="{link}">another donation</a>.').format(link=url_for('index'))
}}