summaryrefslogtreecommitdiff
path: root/talermerchantdemos/templates
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-09-07 12:26:55 +0200
committerChristian Grothoff <christian@grothoff.org>2022-09-07 12:26:55 +0200
commita510a5f8cb61a49e772d2cf2ba90b0221f7ae553 (patch)
treeb8bc7e71d5e6f99aa837aa356441b54add34de5c /talermerchantdemos/templates
parent622f5aa78763e4350806d7e5dc6e76a99d7808f6 (diff)
downloadtaler-merchant-demos-a510a5f8cb61a49e772d2cf2ba90b0221f7ae553.tar.gz
taler-merchant-demos-a510a5f8cb61a49e772d2cf2ba90b0221f7ae553.tar.bz2
taler-merchant-demos-a510a5f8cb61a49e772d2cf2ba90b0221f7ae553.zip
-try to fix links
Diffstat (limited to 'talermerchantdemos/templates')
-rw-r--r--talermerchantdemos/templates/landing-index.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/talermerchantdemos/templates/landing-index.html.j2 b/talermerchantdemos/templates/landing-index.html.j2
index bb9dde7..29f331b 100644
--- a/talermerchantdemos/templates/landing-index.html.j2
+++ b/talermerchantdemos/templates/landing-index.html.j2
@@ -56,7 +56,7 @@
<h2>{{ gettext("Step 4: Check money flow") }}</h2>
<p>
{{
- gettext('You can see the wire transfers from the escrow account of the exchange to the merchants on the <a href="{bank}">public accounts page</a> of the bank.').format(bank=bank_public_accounts_url) + "<br>" +
+ gettext('You can see the wire transfers from the escrow account of the exchange to the merchants on the <a href="{bank}">public accounts page</a> of the bank.').format(bank=bank_url) + "<br>" +
gettext('Note that only accounts configured to be publicly viewable are shown on that page.')
}}
</p>