changes of cess cal
This commit is contained in:
@@ -1,15 +1,13 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}AO 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 style="text-align: center;">Assessing Officer Records 👨💼</h2>
|
||||
|
||||
<!-- Add AO Record Button -->
|
||||
<div style="text-align: right; margin-bottom: 10px;">
|
||||
<a href="{{ url_for('add_ao') }}" class="btn btn-add">➕ Add AO Record</a>
|
||||
|
||||
Reference in New Issue
Block a user