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: fixing old fraction-fre


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: fixing old fraction-free amount strings lying around
Date: Tue, 31 Oct 2017 15:40:04 +0100

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 bc8079d  fixing old fraction-free amount strings lying around
bc8079d is described below

commit bc8079d67b80e7cc117cc32cda7b2d2584dfc141
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Oct 31 15:39:20 2017 +0100

    fixing old fraction-free amount strings lying around
---
 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 ad8345d..ac6aba2 100644
--- a/talerbank/app/templates/profile_page.html
+++ b/talerbank/app/templates/profile_page.html
@@ -89,10 +89,10 @@
           <input type="hidden" name="csrfmiddlewaretoken" value="{{ csrf_token 
}}">
           Amount to withdraw:
           <select id="reserve-amount" name="kudos_amount" autofocus>
-              <option value="{{ currency }}:5">5.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>
+              <option value="{{ currency }}:5.00">5.00 {{ currency }}</option>
+              <option value="{{ currency }}:10.00">10.00 {{ currency 
}}</option>
+              <option value="{{ currency }}:15.00">15.00 {{ currency 
}}</option>
+              <option value="{{ currency }}:20.00">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]