From: Christian Heller <c.heller@plomlompom.de>
Date: Mon, 27 Jan 2025 06:57:27 +0000 (+0100)
Subject: Improve /balance indentation.
X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/%7B%7B%20web_path%20%7D%7D/static/%7B%7Bprefix%7D%7D/all?a=commitdiff_plain;h=dc17bda327b41d765d8514b7671ef1cc6db4f7e2;p=ledgplom

Improve /balance indentation.
---

diff --git a/templates/balance.tmpl b/templates/balance.tmpl
index 8bf74fb..6110654 100644
--- a/templates/balance.tmpl
+++ b/templates/balance.tmpl
@@ -40,7 +40,7 @@
     </details>
   {% endif %}
   </td>
-  <td class="acc">{% for i in range(indent) %}&nbsp; &nbsp; {% endfor %}{% if account.parent %}:{% endif %}{{account.basename}}{% if account.children %}:{% endif %}</td>
+  <td class="acc">{% for i in range(indent) %}&nbsp; &nbsp; &nbsp; &nbsp; {% endfor %}{% if account.parent %}:{% endif %}{{account.basename}}{% if account.children %}:{% endif %}</td>
   </tr>
   {% for child in account.children %}
     {{ account_with_children(child, indent=indent+1) }}