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: typo / accidental paste


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: typo / accidental paste
Date: Wed, 03 Jan 2018 17:23:06 +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 febbea7  typo / accidental paste
febbea7 is described below

commit febbea7a9421766310758318684577c2eb241636
Author: Florian Dold <address@hidden>
AuthorDate: Wed Jan 3 17:23:01 2018 +0100

    typo / accidental paste
---
 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 8c11857..00d3cc4 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"))ec0d72c624cfd
+                wtf.cleaned_data.get("subject"))
             request.session["profile_hint"] = False, True, "Wire transfer 
successful!"
             return redirect("profile")
     wtf = WTForm()

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



reply via email to

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