summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--talerbank/app/views.py2
1 files changed, 1 insertions, 1 deletions
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()