aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/templates/sidebar_table_layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'ihatemoney/templates/sidebar_table_layout.html')
-rw-r--r--ihatemoney/templates/sidebar_table_layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ihatemoney/templates/sidebar_table_layout.html b/ihatemoney/templates/sidebar_table_layout.html
index d616e68..b25a3d6 100644
--- a/ihatemoney/templates/sidebar_table_layout.html
+++ b/ihatemoney/templates/sidebar_table_layout.html
@@ -37,7 +37,7 @@
{%- endif %}
{%- endif %}
<td class="balance-value {% if balance[member.id]|round(2) > 0 %}positive{% elif balance[member.id]|round(2) < 0 %}negative{% endif %}">
- {% if balance[member.id] | round(2) > 0 %}+{% endif %}{{ balance[member.id]|currencyformat_nc(g.project.default_currency) }}
+ {% if balance[member.id] | round(2) > 0 %}+{% endif %}{{ balance[member.id]|currency }}
</td>
</tr>
{%- endfor %}