gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-bank] branch master updated: fix gettext() wrap


From: gnunet
Subject: [taler-bank] branch master updated: fix gettext() wrap
Date: Tue, 20 Oct 2020 12:27:12 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 30967f6  fix gettext() wrap
30967f6 is described below

commit 30967f658afff5384727c322d33ea467ab6a25cb
Author: MS <ms@taler.net>
AuthorDate: Tue Oct 20 12:27:07 2020 +0200

    fix gettext() wrap
---
 talerbank/app/templates/base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/templates/base.html 
b/talerbank/app/templates/base.html
index 845e137..6c7384f 100644
--- a/talerbank/app/templates/base.html
+++ b/talerbank/app/templates/base.html
@@ -71,7 +71,7 @@
       <h1><span class="it"><a href="{{ url('index') }}">Bank</a></span></h1>
       <p>
         {% autoescape off %}
-      {{ _("This part of the demo shows how a bank that supports Taler 
directly would work. In addition to using your own bank account, you can also 
see the transaction history of some <a href="{public_accounts}">Public 
Accounts</a>.").format(public_accounts=url('public-accounts')) }}
+      {{ _("This part of the demo shows how a bank that supports Taler 
directly would work. In addition to using your own bank account, you can also 
see the transaction history of some <a href=\"{public_accounts}\">Public 
Accounts</a>.").format(public_accounts=url('public-accounts')) }}
         {% endautoescape %}
       </p>
   </header>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]