Revised so that the amounts won't wrap in the income and expenses.
This commit is contained in:
parent
ddd028736c
commit
7e7e1a2844
@ -35,7 +35,7 @@ First written: 2023/3/5
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="text-nowrap">
|
||||
{% if item.income is not none %}
|
||||
<span class="badge rounded-pill bg-success">+{{ item.income|accounting_format_amount }}</span>
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user