From dc17bda327b41d765d8514b7671ef1cc6db4f7e2 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Mon, 27 Jan 2025 07:57:27 +0100
Subject: [PATCH] Improve /balance indentation.

---
 templates/balance.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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) }}
-- 
2.30.2