gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: fix escape


From: gnunet
Subject: [taler-bank] branch master updated: fix escape
Date: Tue, 20 Oct 2020 14:48:40 +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 8be4400  fix escape
8be4400 is described below

commit 8be4400a28c9247143c330a5980c0c20a14541c1
Author: MS <ms@taler.net>
AuthorDate: Tue Oct 20 14:48:35 2020 +0200

    fix escape
---
 talerbank/app/locale/it/LC_MESSAGES/django.po | 2 +-
 talerbank/app/templates/withdraw_confirm.html | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/talerbank/app/locale/it/LC_MESSAGES/django.po 
b/talerbank/app/locale/it/LC_MESSAGES/django.po
index 57c6ee0..2600e0d 100644
--- a/talerbank/app/locale/it/LC_MESSAGES/django.po
+++ b/talerbank/app/locale/it/LC_MESSAGES/django.po
@@ -62,7 +62,7 @@ msgstr "Donazioni"
 
 #: talerbank/app/templates/base.html:84
 msgid "Tipping/Survey"
-msgstr "Questionario monetizzato"
+msgstr "Guadagna con il questionario"
 
 #: talerbank/app/templates/base.html:94
 #, python-brace-format
diff --git a/talerbank/app/templates/withdraw_confirm.html 
b/talerbank/app/templates/withdraw_confirm.html
index 49223a8..c35b274 100644
--- a/talerbank/app/templates/withdraw_confirm.html
+++ b/talerbank/app/templates/withdraw_confirm.html
@@ -30,7 +30,9 @@
   </p>
   {% endif %}
   <p>
+    {% autoescape off %}
     {{ _("{currency} Bank needs to verify that you intend to withdraw 
<b>{amount}</b> from <b>{exchange}</b>.  To prove that you are the account 
owner, please answer the following &quot;security question&quot; 
(*):").format(currency=settings_value("TALER_CURRENCY"), amount=amount, 
exchange=exchange) }}
+    {% endautoescape %}
   </p>
   <p>
     {{ _("What is {question}?").format(question=question) }}

-- 
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]