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: fetch nested value


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: fetch nested value
Date: Wed, 15 Nov 2017 16:06:05 +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 006beb0  fetch nested value
006beb0 is described below

commit 006beb01d0c04f97ac4ed7df6857811e7a564b1b
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Nov 15 16:05:45 2017 +0100

    fetch nested value
---
 talerbank/app/templates/public_accounts.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/templates/public_accounts.html 
b/talerbank/app/templates/public_accounts.html
index 3c5b53e..90d5e59 100644
--- a/talerbank/app/templates/public_accounts.html
+++ b/talerbank/app/templates/public_accounts.html
@@ -54,7 +54,7 @@
           <tr>
             <td>{{entry.date}}</td>
             <td>
-              {{ sign }} {{ entry.amount }}
+              {{ entry.sign }} {{ entry.amount }}
             </td>
             <td>{% if entry.counterpart_username %} {{ 
entry.counterpart_username }} {% endif %} (account #{{ entry.counterpart 
}})</td>
             <td>

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



reply via email to

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