refactor(networth): convert into a single page instead of two

This commit is contained in:
Herculino Trotta
2025-08-06 11:43:49 -03:00
parent f29a8d8bc0
commit 9ef8fdec49
3 changed files with 68 additions and 114 deletions
+1
View File
@@ -5,4 +5,5 @@ from . import views
urlpatterns = [
path("net-worth/current/", views.net_worth_current, name="net_worth_current"),
path("net-worth/projected/", views.net_worth_projected, name="net_worth_projected"),
path("net-worth/", views.net_worth, name="net_worth"),
]