summaryrefslogtreecommitdiff
path: root/talermerchantdemos/donations/templates/fulfillment.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-12 13:02:55 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-12 13:02:55 +0200
commita990b407367c231740cb1d2b36d0ed0b27b94c63 (patch)
treee021d46864cb9fc58d300fe0c28a13d7a0fdc217 /talermerchantdemos/donations/templates/fulfillment.html.j2
parent9360fed258098158c51b3a384a76ff570afcdce0 (diff)
downloadtaler-merchant-demos-a990b407367c231740cb1d2b36d0ed0b27b94c63.tar.gz
taler-merchant-demos-a990b407367c231740cb1d2b36d0ed0b27b94c63.tar.bz2
taler-merchant-demos-a990b407367c231740cb1d2b36d0ed0b27b94c63.zip
review all texts in the demo
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'))
}}