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

This commit is contained in:
Herculino Trotta
2025-08-06 11:44:36 -03:00
parent 9ef8fdec49
commit 368342853f
4 changed files with 48 additions and 4 deletions
+1
View File
@@ -3,6 +3,7 @@ from django.urls import path
from . import views
urlpatterns = [
path("yearly/", views.index, name="yearly_index"),
path("yearly/currency/", views.index_by_currency, name="yearly_index_currency"),
path("yearly/account/", views.index_by_account, name="yearly_index_account"),
path(