summaryrefslogtreecommitdiff
path: root/talermerchantdemos/templates/landing-index.html.j2
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-04-23 16:58:15 +0200
committerMS <ms@taler.net>2021-04-23 16:58:15 +0200
commit8f374050a7a341fcc35d0d004ed1b51b80b71f2a (patch)
tree8082f720c775eadf810b47a36cefee7d7c0a3f2e /talermerchantdemos/templates/landing-index.html.j2
parentc014d1d0dc2d421ee0df37ab4ae23506c224cf93 (diff)
downloadtaler-merchant-demos-8f374050a7a341fcc35d0d004ed1b51b80b71f2a.tar.gz
taler-merchant-demos-8f374050a7a341fcc35d0d004ed1b51b80b71f2a.tar.bz2
taler-merchant-demos-8f374050a7a341fcc35d0d004ed1b51b80b71f2a.zip
fix bank linking
Diffstat (limited to 'talermerchantdemos/templates/landing-index.html.j2')
-rw-r--r--talermerchantdemos/templates/landing-index.html.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/talermerchantdemos/templates/landing-index.html.j2 b/talermerchantdemos/templates/landing-index.html.j2
index 16145e3..a86d02d 100644
--- a/talermerchantdemos/templates/landing-index.html.j2
+++ b/talermerchantdemos/templates/landing-index.html.j2
@@ -20,7 +20,7 @@
<p>
{{
gettext('In this demo you are paying with {currency}, an imaginary currency.').format(currency=merchant_currency) + "<br>" +
- gettext('To withdraw {currency} coins you must first create an account at our <a href="{bank}">bank</a>.').format(currency=merchant_currency,bank=bank_url) + "<br>" +
+ gettext('To withdraw {currency} coins you must first create an account at our <a href="{bank}">bank</a>.').format(currency=merchant_currency,bank=bank_register_url) + "<br>" +
gettext('Signing up only requires you to pick a username and password.') + "<br>" +
gettext('When you create an account at our bank, you will be credited 100 {currency} for signing up.').format(currency=merchant_currency) + "<br>" +
gettext("Afterwards, use the bank's Web interface to authorize the transfer of {currency} to your wallet.").format(currency=merchant_currency)
@@ -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_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">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>