diff --git a/core/templates/core/_report_config_modal.html b/core/templates/core/_report_config_modal.html deleted file mode 100644 index 104d3c0..0000000 --- a/core/templates/core/_report_config_modal.html +++ /dev/null @@ -1,160 +0,0 @@ -{% comment %} - === REPORT CONFIGURATION MODAL (shared partial) === - Renders the "Generate Report" modal and its month-vs-custom-dates - toggle script. Included by both the Dashboard (index.html) and the - Report page (report.html) so users can launch a new report from - either place without duplicating the modal HTML or the JS. - - Requires in the parent template context: - - `projects` (queryset of Project, for the project dropdown) - - `teams` (queryset of Team, for the team dropdown) - - If those are missing, the dropdowns simply show "All Projects" / - "All Teams" — no crash. -{% endcomment %} - -
- - - - -{# === CHOICES.JS — multi-select enhancement (admin-only) === #} -{# Loaded CDN-only; falls back to native