gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: fix name


From: gnunet
Subject: [taler-bank] branch master updated: fix name
Date: Thu, 01 Oct 2020 16:45:05 +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 7bdb031  fix name
7bdb031 is described below

commit 7bdb03184026af339f8826c5b15c0d3da83dc29c
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 1 16:44:59 2020 +0200

    fix name
---
 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 37dfcad..d4ffcfe 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', 
acct_id=user_id, wid=withdraw_id) }}" class="pure-form">
+  <form method="post" action="{{ url('access-api-withdrawal-abort', 
acct_id=account_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]