AO_Form_New_Updated

This commit is contained in:
Swapnil9693
2026-02-07 18:50:08 +05:30
2 changed files with 20 additions and 1 deletions

View File

@@ -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));
});

View File

@@ -1,6 +1,13 @@
{% extends "base.html" %} {% block title %}Download Summary Report{% endblock %}
{% 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') }}"
/>
>>>>>>> a8e47af61c86ea9e13f18c0133e8c687573bf392
{% endblock %} {% block content %}
<div class="container">
<div class="head">
@@ -31,4 +38,8 @@
</div>
{% endblock %} {% block extra_js %}
<script src="{{ url_for('static', filename='js/summary_preview.js') }}"></script>
{% endblock %}
<<<<<<< HEAD
{% endblock %}
=======
{% endblock %}
>>>>>>> a8e47af61c86ea9e13f18c0133e8c687573bf392