taler-merchant-demos

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

commit af962979d74d372dd6ce65ab71407332203c1691
parent 8f374050a7a341fcc35d0d004ed1b51b80b71f2a
Author: MS <ms@taler.net>
Date:   Fri, 23 Apr 2021 17:02:05 +0200

remove leftover

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

diff --git 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">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_public_accounts_url) + "<br>" + gettext('Note that only accounts configured to be publicly viewable are shown on that page.') }} </p>