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: autofocus and style


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: autofocus and style
Date: Tue, 06 Feb 2018 01:38:01 +0100

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 08503be  autofocus and style
08503be is described below

commit 08503befa5a2a12cb1fb2255e88ffc683c915abc
Author: Florian Dold <address@hidden>
AuthorDate: Tue Feb 6 01:37:52 2018 +0100

    autofocus and style
---
 talerbank/app/templates/pin_tan.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/talerbank/app/templates/pin_tan.html 
b/talerbank/app/templates/pin_tan.html
index de836c0..746f889 100644
--- a/talerbank/app/templates/pin_tan.html
+++ b/talerbank/app/templates/pin_tan.html
@@ -39,12 +39,12 @@
   <p>
     What is {{ question }} ?
   </p>
-  <form method="post" action="{{ url('pin-verify') }}">
+  <form method="post" action="{{ url('pin-verify') }}" class="pure-form">
     <input type="hidden" name="csrfmiddlewaretoken" value="{{ csrf_token }}" />
-    <input type="text" name="pin_0" value="" autocomplete="off" />
+    <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" />
+    <input type="submit" value="Ok" 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

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



reply via email to

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