add front end for download all users

This commit is contained in:
Kenneth Kehl
2024-08-06 11:31:05 -07:00
parent a48f4fa476
commit 7b03d02447
4 changed files with 33 additions and 1 deletions

View File

@@ -31,4 +31,8 @@
<p>
<a class="usa-link" href="{{ url_for('main.get_users_report') }}">Users Report</a>
</p>
<p>
<a class="usa-link" href="{{ url_for('main.download_all_users') }}">Download All Users</a>
</p>
{% endblock %}