gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated (eee0939 -> 028f77f)


From: gnunet
Subject: [taler-bank] branch master updated (eee0939 -> 028f77f)
Date: Thu, 01 Oct 2020 19:07:44 +0200

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

ms pushed a change to branch master
in repository bank.

    from eee0939  get hint on wrong CAPTCHA.
     new 4531b66  pass hint to CAPTCHA page
     new 028f77f  pass hint to CAPTCHA page

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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 418e59f..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=True
+            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]