gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] 01/02: pass hint to CAPTCHA page


From: gnunet
Subject: [taler-bank] 01/02: pass hint to CAPTCHA page
Date: Thu, 01 Oct 2020 19:07:45 +0200

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

ms pushed a commit to branch master
in repository bank.

commit 4531b66b3664c85c8ad3e6835e1c5162ac839a56
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 1 19:07:14 2020 +0200

    pass hint to CAPTCHA page
---
 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 418e59f..9911b03 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -1230,7 +1230,7 @@ def confirm_withdrawal(request, withdraw_id):
             account_id=request.user.get_username(),
             amount=op.amount.stringify(settings.TALER_DIGITS),
             exchange=op.selected_exchange_account.user,
-            is_success=True
+            is_success=is_success
         )
         return render(request, "withdraw_confirm.html", context)
     raise Exception("not reached")

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