This commit is contained in:
Ross
2025-12-09 11:50:02 +00:00
parent 5a2704b1d2
commit 7fe44df476
2 changed files with 30 additions and 0 deletions
+1
View File
@@ -18,4 +18,5 @@ urlpatterns = [
path("run/<int:run_id>/", views.rota_run_detail, name="rota_run_detail"),
path("run/<int:run_id>/export/html/", views.rota_run_export_html, name="rota_run_export_html"),
path("run/<int:run_id>/export/download/", views.rota_run_export_download, name="rota_run_export_download"),
path("rota/<int:rota_id>/export/builder/", views.rota_export_builder, name="rota_export_builder"),
]