From 40fc148287cef0fe2eff429fe897778634d7eba3 Mon Sep 17 00:00:00 2001 From: pjpatil12 Date: Mon, 12 Jan 2026 15:15:12 +0530 Subject: [PATCH] update year dropdown in html page --- config.py | 7 ------- templates/upload.html | 4 ++++ 2 files changed, 4 insertions(+), 7 deletions(-) delete mode 100644 config.py diff --git a/config.py b/config.py deleted file mode 100644 index ee7946a..0000000 --- a/config.py +++ /dev/null @@ -1,7 +0,0 @@ -db_config = { - 'host': 'localhost', - 'user': 'root', - 'password': 'root', - 'database': 'income_tax', - 'port': 3306 -} diff --git a/templates/upload.html b/templates/upload.html index 3dd8b70..665e482 100644 --- a/templates/upload.html +++ b/templates/upload.html @@ -35,4 +35,8 @@ +{% endblock %} + +{% block extra_js %} + {% endblock %} \ No newline at end of file