From 5e7e918085c21944ba257098828df8cef26140c7 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sat, 19 Jul 2025 23:59:58 -0300 Subject: [PATCH] feat: add FAB to networth and all transactions pages --- app/templates/net_worth/net_worth.html | 1 + app/templates/transactions/pages/transactions.html | 1 + 2 files changed, 2 insertions(+) diff --git a/app/templates/net_worth/net_worth.html b/app/templates/net_worth/net_worth.html index 5721fcb..c2002b6 100644 --- a/app/templates/net_worth/net_worth.html +++ b/app/templates/net_worth/net_worth.html @@ -320,4 +320,5 @@ end + {% endblock %} diff --git a/app/templates/transactions/pages/transactions.html b/app/templates/transactions/pages/transactions.html index b4119e7..a06ea13 100644 --- a/app/templates/transactions/pages/transactions.html +++ b/app/templates/transactions/pages/transactions.html @@ -102,4 +102,5 @@ + {% endblock %}