CSV & Manual Upload is working! Fixed both features.

This commit is contained in:
Norm Rasmussen
2023-03-09 15:15:42 -05:00
parent 030c5541cf
commit 43cdcff115
6 changed files with 89 additions and 83 deletions

View File

@ -3,9 +3,11 @@
{% include 'logo.html' %}
{% block content %}
<h4>Hello! Please click below to enter your key.</h4>
{% for error in errors %}
<h2 class=error><strong> {{ error }} </strong></h2>
{% endfor %}
<h2 class=error><strong>
{% if error %}
{{ error }}
{% endif %}
</strong></h2>
<p>
</p>
<form action="{{ url_for("ask_key")}}" method="post">