home · contact · privacy
Improve /balance indentation.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 27 Jan 2025 06:57:27 +0000 (07:57 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 27 Jan 2025 06:57:27 +0000 (07:57 +0100)
templates/balance.tmpl

index 8bf74fb5c2e27193375eaedac45432b139603e4b..6110654d52f312362a8743f4ad3b22792c89ab48 100644 (file)
@@ -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) }}