summaryrefslogtreecommitdiff
path: root/talermerchantdemos
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-10-10 12:08:47 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-10-10 12:08:47 +0200
commitf252552c7560fd71171089c93221fd7f17a47694 (patch)
treedd41fd52d59308345dd385c72891f9f5a825c055 /talermerchantdemos
parentb0bb8856c7a39de935858865883487f9a2426254 (diff)
downloadtaler-merchant-demos-f252552c7560fd71171089c93221fd7f17a47694.tar.gz
taler-merchant-demos-f252552c7560fd71171089c93221fd7f17a47694.tar.bz2
taler-merchant-demos-f252552c7560fd71171089c93221fd7f17a47694.zip
fix syntax issue
Diffstat (limited to 'talermerchantdemos')
-rw-r--r--talermerchantdemos/templates/blog-index.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/talermerchantdemos/templates/blog-index.html.j2 b/talermerchantdemos/templates/blog-index.html.j2
index f556198..bd479cd 100644
--- 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 %}