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: invert fields of prevoi


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: invert fields of prevoius fix
Date: Tue, 23 May 2017 13:29:27 +0200

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

marcello pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new fb37e89  invert fields of prevoius fix
fb37e89 is described below

commit fb37e8974b71f93dc4bae39dfe5847c1555924af
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue May 23 13:29:29 2017 +0200

    invert fields of prevoius fix
---
 talerbank/app/templates/profile_page.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/talerbank/app/templates/profile_page.html 
b/talerbank/app/templates/profile_page.html
index bc3bc8b..1a016f1 100644
--- a/talerbank/app/templates/profile_page.html
+++ b/talerbank/app/templates/profile_page.html
@@ -87,10 +87,10 @@
           <input type="hidden" name="csrfmiddlewaretoken" value="{{ csrf_token 
}}">
           Amount to withdraw:
           <select id="reserve-amount" name="kudos_amount" autofocus>
-              <option value="1.00 {{ currency }}">{{ currency }}:1</option>
-              <option value="10.00 {{ currency }}">{{ currency }}:10</option>
-              <option value="15.00 {{ currency }}">{{ currency }}:15</option>
-              <option value="20.00 {{ currency }}">{{ currency }}:20</option>
+              <option value="{{ currency }}:1">1.00 {{ currency }}</option>
+              <option value="{{ currency }}:10">10.00 {{ currency }}</option>
+              <option value="{{ currency }}:15">15.00 {{ currency }}</option>
+              <option value="{{ currency }}:20">20.00 {{ currency }}</option>
           </select>
           <input id="select-exchange"
                  class="taler-installed-show pure-button pure-button-primary"

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



reply via email to

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