gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: not showing donors' names


From: gnunet
Subject: [taler-bank] branch master updated: not showing donors' names
Date: Thu, 16 Sep 2021 11:57:46 +0200

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

ms pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 82d5df9  not showing donors' names
82d5df9 is described below

commit 82d5df929e48d85f5207e6a2349caa6f21d9a0b0
Author: ms <ms@taler.net>
AuthorDate: Thu Sep 16 11:57:42 2021 +0200

    not showing donors' names
---
 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 1b69594..64d8e67 100644
--- a/talerbank/app/templates/public_accounts.html
+++ b/talerbank/app/templates/public_accounts.html
@@ -67,7 +67,7 @@
               <td>
                 {{ entry.sign }} {{ entry.amount }}
               </td>
-              <td>{% if entry.counterpart_username %} {{ 
entry.counterpart_username }} {% endif %} ({{ _("account") }} #{{ 
entry.counterpart }})</td>
+              <td>{{ _("account") }} #{{ entry.counterpart }}</td>
               <td {% if entry.cancelled %} class="cancelled" {% endif %}>
                 {{ entry.subject }}
               </td>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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