added back-to button - report
This commit is contained in:
@@ -7,6 +7,11 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="main-top-bar">
|
||||
<a href="{{ url_for('reports') }}" class="back-btn">
|
||||
← Back to Reports
|
||||
</a>
|
||||
</div>
|
||||
<div class="container">
|
||||
<h2>Download CIT Report</h2>
|
||||
<form method="GET" action="{{ url_for('cit_report') }}" target="_blank">
|
||||
|
||||
Reference in New Issue
Block a user