taler-merchant-demos

Python-based Frontends for the Demonstration Web site
Log | Files | Refs | Submodules | README | LICENSE

commit 477142cbf7a6dc4f4e2d98051779ae9621837dd6
parent bf47441a3f3960f04e635da60a8d5e28ebd62b7e
Author: Sebastian <sebasjm@gmail.com>
Date:   Wed, 16 Jun 2021 17:52:15 -0300

missing escaped quotes

Diffstat:
Mtalermerchantdemos/templates/blog-article-refunded.html.j2 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talermerchantdemos/templates/blog-article-refunded.html.j2 b/talermerchantdemos/templates/blog-article-refunded.html.j2 @@ -5,7 +5,7 @@ <p> {{ - gettext("Your payment (order ID <tt>{order}<tt>) for the article "{article}" has been refunded.").format(order=order_id,article=article_name) + gettext("Your payment (order ID <tt>{order}<tt>) for the article \"{article}\" has been refunded.").format(order=order_id,article=article_name) }} </p>