Skip to content

Commit

Permalink
dashboard: taken url fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mguikema committed Sep 19, 2024
1 parent fbdaf4e commit 24d3b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
),
re_path(
r"^dashboard/(?P<jaar>\d{4})/(?P<type>taken)/(?P<status>aantallen)/$",
MeldingenAfgehandeld.as_view(periode="jaar"),
TaaktypeAantallen.as_view(periode="jaar"),
kwargs={"type": "taken", "status": "aantallen"},
name="dashboard",
),
Expand Down

0 comments on commit 24d3b30

Please sign in to comment.