[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-bank] branch master updated: make 5 the least amount
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-bank] branch master updated: make 5 the least amount withdrawable. |
Date: |
Mon, 16 Oct 2017 10:00:38 +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 8813216 make 5 the least amount withdrawable.
8813216 is described below
commit 881321612d03f6cf7b4461efd4f27bbf4d5dc7fc
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Oct 16 10:00:01 2017 +0200
make 5 the least amount withdrawable.
---
talerbank/app/templates/profile_page.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/talerbank/app/templates/profile_page.html
b/talerbank/app/templates/profile_page.html
index 9627be8..2fa06c5 100644
--- a/talerbank/app/templates/profile_page.html
+++ b/talerbank/app/templates/profile_page.html
@@ -89,7 +89,7 @@
<input type="hidden" name="csrfmiddlewaretoken" value="{{ csrf_token
}}">
Amount to withdraw:
<select id="reserve-amount" name="kudos_amount" autofocus>
- <option value="{{ currency }}:1">1.00 {{ currency }}</option>
+ <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>
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-bank] branch master updated: make 5 the least amount withdrawable.,
gnunet <=