changes of cess cal
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}ITR Records{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<!-- Load only display_itr CSS -->
|
||||
{% block extra_css %}
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/display_model.css') }}">
|
||||
{% endblock %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
|
||||
<h2>Income Tax Return Records 🧾</h2>
|
||||
<div style="text-align: right; margin-bottom: 10px;">
|
||||
<a href="{{ url_for('add_itr') }}" class="btn btn-add">➕ Add New Record</a>
|
||||
|
||||
Reference in New Issue
Block a user