CSV & Manual Upload is working! Fixed both features.
This commit is contained in:
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user