summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--talerdonations/donations/templates/fulfillment.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/talerdonations/donations/templates/fulfillment.html b/talerdonations/donations/templates/fulfillment.html
index f128693..17d8cd8 100644
--- a/talerdonations/donations/templates/fulfillment.html
+++ b/talerdonations/donations/templates/fulfillment.html
@@ -6,4 +6,6 @@
<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 %}