update year dropdown in html page

This commit is contained in:
2026-01-12 15:15:12 +05:30
parent 58139ea239
commit 40fc148287
2 changed files with 4 additions and 7 deletions

View File

@@ -1,7 +0,0 @@
db_config = {
'host': 'localhost',
'user': 'root',
'password': 'root',
'database': 'income_tax',
'port': 3306
}

View File

@@ -35,4 +35,8 @@
</div>
</div>
{% endblock %}
{% block extra_js %}
<script src="{{ url_for('static', filename='js/year_dropdown.js') }}"></script>
{% endblock %}