gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: page style


From: gnunet
Subject: [taler-bank] branch master updated: page style
Date: Thu, 01 Oct 2020 19:26:13 +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 0a7556d  page style
0a7556d is described below

commit 0a7556d03d8c6dce1248260ad4d87d6a8c6dfccb
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 1 19:26:06 2020 +0200

    page style
---
 talerbank/app/templates/withdraw_confirm.html | 36 +++++++++++++++------------
 1 file changed, 20 insertions(+), 16 deletions(-)

diff --git a/talerbank/app/templates/withdraw_confirm.html 
b/talerbank/app/templates/withdraw_confirm.html
index da877c2..e666b52 100644
--- a/talerbank/app/templates/withdraw_confirm.html
+++ b/talerbank/app/templates/withdraw_confirm.html
@@ -38,20 +38,24 @@
   <p>
     What is {{ question }} ?
   </p>
-  <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 />
-    <input type="hidden" name="pin_1" value="{{ hashed_answer }}" />
-    <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
-    random password generator.
-  <small>
+  <div>
+    <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 />
+      <input type="hidden" name="pin_1" value="{{ hashed_answer }}" />
+      <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>
+  </div>
+  <p>
+    <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
+      random password generator.
+    <small>
+  </p>
 {% endblock content %}

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