changes of summary report

This commit is contained in:
2026-01-07 00:49:42 +05:30
parent f49935d706
commit 9c2486fdd6
8 changed files with 71 additions and 53 deletions

View File

@@ -10,9 +10,6 @@
{% block content %}
<div class="main">
<div class="container">
<!-- <a href="{{ url_for('index') }}" class="back-btn">← Back to Dashboard</a>-->
<h2>Download Year-wise Summary Report</h2>
{% if message %}
@@ -38,6 +35,4 @@
<script src="{{ url_for('static', filename='js/toggle.js') }}"></script>
{% endblock %}
{% block extra_js %} <script src="{{ url_for('static', filename='js/year_dropdown.js') }}"></script>
{% endblock %}
{% endblock %}
{% endblock %}