mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-15 09:12:39 +02:00
feat: revamp Yearly Overview by account
This commit is contained in:
@@ -17,7 +17,12 @@ urlpatterns = [
|
||||
),
|
||||
path(
|
||||
"yearly/account/<int:year>/",
|
||||
views.yearly_overview_by_account,
|
||||
views.index_yearly_overview_by_account,
|
||||
name="yearly_overview_account",
|
||||
),
|
||||
path(
|
||||
"yearly-overview/<int:year>/account/data/",
|
||||
views.yearly_overview_by_account,
|
||||
name="yearly_overview_account_data",
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user