gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-bank] branch master updated: fix typo in just_withdr


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: fix typo in just_withdrawn
Date: Wed, 03 Jan 2018 17:15:12 +0100

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

dold pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 5e612a3  fix typo in just_withdrawn
5e612a3 is described below

commit 5e612a37dc7d4441992f41dc992b97059308c9ba
Author: Florian Dold <address@hidden>
AuthorDate: Wed Jan 3 17:15:06 2018 +0100

    fix typo in just_withdrawn
---
 talerbank/app/views.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index df5bbfc..8c11857 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -161,7 +161,7 @@ def profile_page(request):
                 Amount.parse("%s:%s" % amount_parts),
                 BankAccount.objects.get(user=request.user),
                 
BankAccount.objects.get(account_no=wtf.cleaned_data.get("receiver")),
-                wtf.cleaned_data.get("subject"))
+                wtf.cleaned_data.get("subject"))ec0d72c624cfd
             request.session["profile_hint"] = False, True, "Wire transfer 
successful!"
             return redirect("profile")
     wtf = WTForm()
@@ -266,7 +266,7 @@ def pin_tan_verify(request):
                   exchange_bank_account,
                   request.session["reserve_pub"])
     request.session["profile_hint"] = False, True, "Withdrawal successful!"
-    request.session["just_withdraw"] = True
+    request.session["just_withdrawn"] = True
     return redirect("profile")
 
 class UserReg(forms.Form):

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]