From 8322466d1f5ce3b9adcf17a0c97cea95d6159723 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sun, 20 Oct 2024 19:21:51 -0300 Subject: [PATCH] refactor: formatting --- app/templates/net_worth/net_worth.html | 40 +++++++++++++------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/app/templates/net_worth/net_worth.html b/app/templates/net_worth/net_worth.html index 996f92e..ad19272 100644 --- a/app/templates/net_worth/net_worth.html +++ b/app/templates/net_worth/net_worth.html @@ -15,29 +15,29 @@
-
- -
-
-
{% translate 'By currency' %}
- {% for currency in currency_net_worth %} -
-
-
{{ currency.name }}
-
- -
+
+ +
+
+
{% translate 'By currency' %}
+ {% for currency in currency_net_worth %} +
+
+
{{ currency.name }}
+
+ +
+
+ {% endfor %}
- {% endfor %}
-