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

@ -3,12 +3,14 @@
{% include 'logo.html' %}
{% block content %}
<h4>Hello! Please click below to enter your key.</h4>
{% for error in error %}
{% for error in errors %}
<h2 class=error><strong> {{ error }} </strong></h2>
{% endfor %}
<p>
</p>
<form action="{{ url_for("ask_key")}}" method="post">
<input type="text" name="apikey">
<input type="submit" value="Submit">
<input id="fields" type="text" name="apikey">
<input id="fields" type="submit" value="Submit">
</form>
</div>
</div>