gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-merchant-demos] branch master updated: fix filename


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: fix filename
Date: Tue, 13 Oct 2020 15:07:30 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository taler-merchant-demos.

The following commit(s) were added to refs/heads/master by this push:
     new cf83f41  fix filename
cf83f41 is described below

commit cf83f41b0f788c145f55b41e0ca5ff9bb871f60d
Author: MS <ms@taler.net>
AuthorDate: Tue Oct 13 15:07:24 2020 +0200

    fix filename
---
 talermerchantdemos/donations/donations.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talermerchantdemos/donations/donations.py 
b/talermerchantdemos/donations/donations.py
index 19fc235..ea9612c 100644
--- a/talermerchantdemos/donations/donations.py
+++ b/talermerchantdemos/donations/donations.py
@@ -305,7 +305,7 @@ def fulfillment(lang,receiver):
     if order_status == "paid":
         extra = pay_status["contract_terms"]["extra"]
         return flask.render_template(
-            "templates/fulfillment.html",
+            "templates/fulfillment.html.j2",
             donation_receiver=extra["receiver"],
             donation_amount=extra["amount"],
             donation_donor=extra["donor"],

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]