commit f252552c7560fd71171089c93221fd7f17a47694 parent b0bb8856c7a39de935858865883487f9a2426254 Author: Christian Grothoff <grothoff@gnunet.org> Date: Mon, 10 Oct 2022 12:08:47 +0200 fix syntax issue Diffstat:
| M | talermerchantdemos/templates/blog-index.html.j2 | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/talermerchantdemos/templates/blog-index.html.j2 b/talermerchantdemos/templates/blog-index.html.j2 @@ -23,7 +23,7 @@ <h2>{{ gettext("Chapters") }} </h2> <div> {{ gettext("Click on an individual chapter to to purchase it with GNU Taler.") }} - {{ gettext('You can get free, virtual money to buy articles on this page at the <a href="{}")">bank</a>.').format(env('TALER_ENV_URL_BANK')) }} + {{ gettext('You can get free, virtual money to buy articles on this page at the <a href="{}">bank</a>.').format(env('TALER_ENV_URL_BANK')) }} </div> <div> {% for article in articles %}