Add class value to balance in account table
This commit is contained in:
parent
05b7418162
commit
0f1aba45ea
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue