gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-bank] branch stable updated (eac24d5 -> 08503be)


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch stable updated (eac24d5 -> 08503be)
Date: Tue, 06 Feb 2018 01:38:13 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a change to branch stable
in repository bank.

    from eac24d5  fix css specifity
     add 08503be  autofocus and style

No new revisions were added by this update.

Summary of changes:
 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]