summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorms <ms@taler.net>2021-09-16 11:57:42 +0200
committerms <ms@taler.net>2021-09-16 11:57:42 +0200
commit82d5df929e48d85f5207e6a2349caa6f21d9a0b0 (patch)
tree534736f7129b0bc57635e8ef79a874e83864739d
parente8c22476c670a911c3f00410781e7c3d418c5551 (diff)
downloadbank-82d5df929e48d85f5207e6a2349caa6f21d9a0b0.tar.gz
bank-82d5df929e48d85f5207e6a2349caa6f21d9a0b0.tar.bz2
bank-82d5df929e48d85f5207e6a2349caa6f21d9a0b0.zip
not showing donors' names
-rw-r--r--talerbank/app/templates/public_accounts.html2
1 files changed, 1 insertions, 1 deletions
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>