[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-bank] branch master updated: fix NameError
From: |
gnunet |
Subject: |
[taler-bank] branch master updated: fix NameError |
Date: |
Thu, 11 Feb 2021 00:25:03 +0100 |
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 34a10a4 fix NameError
34a10a4 is described below
commit 34a10a48257b2544e5e91ec7e0d16636641d8d46
Author: ms <ms@taler.net>
AuthorDate: Thu Feb 11 00:24:59 2021 +0100
fix NameError
---
talerbank/app/views.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index 0c92362..90c34b6 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -502,7 +502,7 @@ def register(request):
"register.html",
{
"wrong": True,
- "hint": "Wrong field(s): %s." % ", ".join(form.errors.keys()),
+ "hint": gettext("Username or password were incorrect!"),
},
)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-bank] branch master updated: fix NameError,
gnunet <=