diff --git a/templates/welcome.html b/templates/welcome.html index 57260d7..47e6dd9 100644 --- a/templates/welcome.html +++ b/templates/welcome.html @@ -9,7 +9,8 @@
Turtle with fire icon on back
-
+
+
{{ form.csrf_token }} {{ form.api_key(**{'class':'form-control','placeholder':'Insert API Key'}) }} @@ -18,6 +19,8 @@
+ +
{% for error in form.api_key.errors %}