diff --git a/iati_dashboard/ui/urls.py b/iati_dashboard/ui/urls.py index d64b0a48d..71fd39c2e 100644 --- a/iati_dashboard/ui/urls.py +++ b/iati_dashboard/ui/urls.py @@ -205,6 +205,10 @@ r"org_type\/(\S*).html", RedirectView.as_view(pattern_name="dash-exploringdata-orgtypes-detail", permanent=True), ), + path( + ".csv", + RedirectView.as_view(url="/generated/data/csv/%(file_start)s.csv", permanent=False), + ), ] + static("generated", document_root="out") + static("stats", document_root="stats-calculated")