gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: fix args


From: gnunet
Subject: [taler-bank] branch master updated: fix args
Date: Thu, 01 Oct 2020 18:27:24 +0200

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

ms pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 32160ff  fix args
32160ff is described below

commit 32160ff4c96f0f283ab08457fe03fdbb74f15584
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 1 18:27:20 2020 +0200

    fix args
---
 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 924ba23..d8d2eee 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -323,7 +323,7 @@ def profile_page(request):
             return redirect("profile")
 
     wtf = WTForm()
-    is_success, hint = get_session_hint(request, "profile_hint")
+    is_success, hint = get_session_hint(request)
     context = dict(
         name=request.user.username,
         balance=request.user.bankaccount.balance,

-- 
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]