Bulk groups & people changes

This commit is contained in:
Norm Rasmussen
2023-02-22 17:11:14 -05:00
parent 040991ecee
commit d48e982a3f
8 changed files with 370 additions and 71 deletions

View File

@ -1,4 +1,3 @@
<!DOCTYPE html>
{% extends 'head.html' %}
{% block content %}
@ -6,11 +5,7 @@
<a id="download" href="/downloadcsv">Click here to download as CSV.</a>
</div>
<div class="panda-table">
<!-- Display Converted Table -->
{% for table in tables %}
<h2> {{ titles }}</h2>
{{ table | safe }}
{% endfor %}
</div>
</div>
</body>