Add class value to balance in account table

This commit is contained in:
Edgar P. Burkhart 2024-01-03 14:54:24 +01:00
parent 05b7418162
commit 0f1aba45ea
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<th class="l">
<a href="{{ acc.get_absolute_url }}">{{ acc }}</a>
</th>
<td>{{ acc.statement_set.first.value|value }}</td>
<td class="value">{{ acc.statement_set.first.value|value }}</td>
</tr>
{% empty %}
<tr>