swapnil-dev #3

Merged
pjpatil12 merged 3 commits from swapnil-dev into main 2026-02-07 13:42:26 +00:00
2 changed files with 20 additions and 1 deletions
Showing only changes of commit 32b6ab9b10 - Show all commits

View File

@@ -45,6 +45,14 @@ document.getElementById("year").addEventListener("change", function () {
// Show preview // Show preview
previewDiv.style.display = "block"; previewDiv.style.display = "block";
<<<<<<< HEAD
=======
>>>>>>> a8e47af61c86ea9e13f18c0133e8c687573bf392
}) })
.catch(err => console.error("Preview load error:", err)); .catch(err => console.error("Preview load error:", err));
}); });

View File

@@ -1,6 +1,13 @@
{% extends "base.html" %} {% block title %}Download Summary Report{% endblock %} {% extends "base.html" %} {% block title %}Download Summary Report{% endblock %}
{% block extra_css %} {% block extra_css %}
<<<<<<< HEAD
<link rel="stylesheet" href="{{ url_for('static', filename='css/summary.css') }}" /> <link rel="stylesheet" href="{{ url_for('static', filename='css/summary.css') }}" />
=======
<link
rel="stylesheet"
href="{{ url_for('static', filename='css/summary.css') }}"
/>
>>>>>>> a8e47af61c86ea9e13f18c0133e8c687573bf392
{% endblock %} {% block content %} {% endblock %} {% block content %}
<div class="container"> <div class="container">
<div class="head"> <div class="head">
@@ -31,4 +38,8 @@
</div> </div>
{% endblock %} {% block extra_js %} {% endblock %} {% block extra_js %}
<script src="{{ url_for('static', filename='js/summary_preview.js') }}"></script> <script src="{{ url_for('static', filename='js/summary_preview.js') }}"></script>
<<<<<<< HEAD
{% endblock %} {% endblock %}
=======
{% endblock %}
>>>>>>> a8e47af61c86ea9e13f18c0133e8c687573bf392