diff --git a/static/js/summary_preview.js b/static/js/summary_preview.js index 87ac7d7..f343b02 100644 --- a/static/js/summary_preview.js +++ b/static/js/summary_preview.js @@ -45,6 +45,14 @@ document.getElementById("year").addEventListener("change", function () { // Show preview previewDiv.style.display = "block"; +<<<<<<< HEAD +======= + + + + + +>>>>>>> a8e47af61c86ea9e13f18c0133e8c687573bf392 }) .catch(err => console.error("Preview load error:", err)); }); diff --git a/templates/summary_reports.html b/templates/summary_reports.html index e475d51..aee9f61 100644 --- a/templates/summary_reports.html +++ b/templates/summary_reports.html @@ -1,6 +1,13 @@ {% extends "base.html" %} {% block title %}Download Summary Report{% endblock %} {% block extra_css %} +<<<<<<< HEAD +======= + +>>>>>>> a8e47af61c86ea9e13f18c0133e8c687573bf392 {% endblock %} {% block content %}