gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: move button


From: gnunet
Subject: [taler-bank] branch master updated: move button
Date: Thu, 01 Oct 2020 19:15:56 +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 2c66509  move button
2c66509 is described below

commit 2c66509360f6d5e855f45eb4a8a0ea52e8d99caf
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 1 19:15:49 2020 +0200

    move button
---
 talerbank/app/templates/withdraw_confirm.html | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/talerbank/app/templates/withdraw_confirm.html 
b/talerbank/app/templates/withdraw_confirm.html
index 8c81484..da877c2 100644
--- a/talerbank/app/templates/withdraw_confirm.html
+++ b/talerbank/app/templates/withdraw_confirm.html
@@ -38,11 +38,6 @@
   <p>
     What is {{ question }} ?
   </p>
-  <form method="post" action="{{ url('abort-withdrawal', 
withdraw_id=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>
-
   <form method="post" action="{{ url('withdraw-confirm', withdraw_id) }}" 
class="pure-form">
     <input type="hidden" name="csrfmiddlewaretoken" value="{{ csrf_token }}" />
     <input type="text" name="pin_0" value="" autocomplete="off" autofocus />
@@ -50,6 +45,10 @@
     <input type="hidden" name="question_url" value="{{ request.get_full_path() 
}}" />
     <input type="submit" value="Ok" class="pure-button pure-button-primary" />
   </form>
+  <form method="post" action="{{ url('abort-withdrawal', 
withdraw_id=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>
   <small style="margin: 40px 0px">(*) A real bank should ask for
     a PIN/TAN instead of a simple calculation. For example by sending
     a one time password to the customer's mobile or providing her a

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