gnunet-svn
[Top][All Lists]
Advanced

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

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


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

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

ms pushed a commit to branch master
in repository bank.

commit 028f77f7743f9c7f4f7c8020a8cc3d4ce9868889
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 1 19:07:40 2020 +0200

    pass hint to CAPTCHA page
---
 talerbank/app/views.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index 9911b03..29ea022 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -1230,7 +1230,8 @@ 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=is_success
+            is_success=is_success,
+            hint=hint
         )
         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]