feat: revamp Yearly Overview

This commit is contained in:
Herculino Trotta
2024-11-02 01:32:52 -03:00
parent c75aa98e21
commit 6ee8e233ca
3 changed files with 103 additions and 76 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ urlpatterns = [
name="yearly_overview_currency",
),
path(
"yearly-overview/<int:year>/data/",
"yearly-overview/<int:year>/currency/data/",
views.yearly_overview_by_currency,
name="yearly_overview_currency_data",
),