Lots of changed. merging csv upload with main options page.

This commit is contained in:
Norm Rasmussen
2023-03-06 09:33:42 -05:00
parent 137b1e632a
commit 8d0815b676
14 changed files with 259 additions and 790 deletions

View File

@ -1,21 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Northpass CSM Bulk Actions</title>
</head>
<body>
<header class="topnav">
<div class="logo_container">
<img src="/static/NP-Logo-Primary-FC.png" alt="Northpass Full Color Logo"></img>
</div>
</header>
<h1>Hello! Please select what you'd like to do.</h1>
<form action="{{ url_for("get_courses")}}" method="post">
<label for="apikey">API Key:</label>
<input type="text" id="api" name="apikey"/>
<button type="submit">Submit</button>
</form>
</div>
</body>
</html>