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: use function result ins


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: use function result instead of function
Date: Mon, 11 Sep 2017 16:48:46 +0200

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 05664e8  use function result instead of function
05664e8 is described below

commit 05664e80a5e95f541f3f9d9084efd0387be9b86e
Author: Florian Dold <address@hidden>
AuthorDate: Mon Sep 11 16:48:25 2017 +0200

    use function result instead of function
---
 talerbank/app/templates/pin_tan.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/templates/pin_tan.html 
b/talerbank/app/templates/pin_tan.html
index 166118f..b545524 100644
--- a/talerbank/app/templates/pin_tan.html
+++ b/talerbank/app/templates/pin_tan.html
@@ -39,7 +39,7 @@
   <form method="post" action="{{ url('pin-verify') }}">
     <input type="hidden" name="csrfmiddlewaretoken" value="{{ csrf_token }}">
     {{ form.pin }}
-    <input type="hidden" name="question_url" value="{{ request.get_full_path 
}}"></input>
+    <input type="hidden" name="question_url" value="{{ request.get_full_path() 
}}"></input>
     <input type="submit" value="Ok"></input>
   </form>
   <small style="margin: 40px 0px">(*) A real bank should ask for

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



reply via email to

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