gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: passing url param


From: gnunet
Subject: [taler-bank] branch master updated: passing url param
Date: Thu, 01 Oct 2020 16:29:38 +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 ba12112  passing url param
ba12112 is described below

commit ba121124cacd153aebf9e421746159a0d20c8b8a
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 1 16:29:34 2020 +0200

    passing url param
---
 talerbank/app/templates/withdraw_confirm.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/templates/withdraw_confirm.html 
b/talerbank/app/templates/withdraw_confirm.html
index 829ed09..37dfcad 100644
--- a/talerbank/app/templates/withdraw_confirm.html
+++ b/talerbank/app/templates/withdraw_confirm.html
@@ -38,7 +38,7 @@
   <p>
     What is {{ question }} ?
   </p>
-  <form method="post" action="{{ url('access-api-withdrawal-abort', user_id, 
withdraw_id) }}" class="pure-form">
+  <form method="post" action="{{ url('access-api-withdrawal-abort', 
acct_id=user_id, wid=withdraw_id) }}" class="pure-form">
     <input type="hidden" name="csrfmiddlewaretoken" value="{{ csrf_token }}" />
     <input type="submit" value="Abort" class="pure-button pure-button-primary" 
/>
   </form>

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