AO_Form_New_Updated
This commit is contained in:
@@ -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));
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user