06/02 Modified Accounts page, remove the incorrect balance of items
This commit is contained in:
@@ -36,9 +36,6 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="mono {% if acct.balance >= 0 %}text-income{% else %}text-expense{% endif %}" style="font-size:26px;font-weight:600;">
|
|
||||||
{{ acct.balance | currency }}
|
|
||||||
</div>
|
|
||||||
{% if acct.notes %}
|
{% if acct.notes %}
|
||||||
<div style="font-size:12px;color:var(--muted);margin-top:8px;">{{ acct.notes }}</div>
|
<div style="font-size:12px;color:var(--muted);margin-top:8px;">{{ acct.notes }}</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user