remove non relevant info from usr page

This commit is contained in:
Yisroel Baum 2024-09-20 12:02:36 +03:00
parent 57c0e317cc
commit 8a3d082458

View file

@ -11,26 +11,7 @@
<div class="row"> <div class="row">
<div class="col-md-10 offset-md-1"> <div class="col-md-10 offset-md-1">
{% if user_reports %}
<h2>Downloadable Files:</h2>
<table class="table mt-3">
<thead>
<tr>
<th>Report Type</th>
<th>Number of Rows</th>
<th>Time Created</th>
<th>Range Start</th>
<th>Range End</th>
<th>Download</th>
<th>Delete</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
{% else %}
<p>No reports available.</p>
{% endif %}
</div> </div>
</div> </div>
</main> </main>