changes of cess cal
This commit is contained in:
@@ -5,15 +5,13 @@
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/report.css') }}">
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<div class="main">
|
||||
<div class="container">
|
||||
<h2>Reports</h2>
|
||||
<ul>
|
||||
<li><a href="{{ url_for('itr_report') }}">→ View ITR Reports</a></li>
|
||||
<li><a href="{{ url_for('ao_report') }}">→ View AO Reports</a></li>
|
||||
<li><a href="{{ url_for('cit_report') }}">→ View CIT Reports</a></li>
|
||||
<li><a href="{{ url_for('itat_report') }}">→ View ITAT Reports</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="container">
|
||||
<h2>Reports</h2>
|
||||
<ul>
|
||||
<li><a href="{{ url_for('itr_report') }}">→ View ITR Reports</a></li>
|
||||
<li><a href="{{ url_for('ao_report') }}">→ View AO Reports</a></li>
|
||||
<li><a href="{{ url_for('cit_report') }}">→ View CIT Reports</a></li>
|
||||
<li><a href="{{ url_for('itat_report') }}">→ View ITAT Reports</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user