From a94dee2d979a2e32a83d41a1957c16d9da520167 Mon Sep 17 00:00:00 2001 From: Nathan Cannon Date: Thu, 24 Dec 2015 01:01:31 +0000 Subject: [PATCH] Added link to WK account page on landing page. --- templates/welcome.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 %}