remove non relevant info from usr page
This commit is contained in:
parent
57c0e317cc
commit
8a3d082458
1 changed files with 1 additions and 20 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue