Added link to WK account page on landing page.
This commit is contained in:
parent
836fa49b0d
commit
a94dee2d97
@ -9,7 +9,8 @@
|
|||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<img class="padded" src="{{ url_for('static', filename='burned.png')}}" alt="Turtle with fire icon on back">
|
<img class="padded" src="{{ url_for('static', filename='burned.png')}}" alt="Turtle with fire icon on back">
|
||||||
</div>
|
</div>
|
||||||
<form id="submissionform" role="form" class="col-md-8 form-group" method="POST" action="/">
|
<div class="col-md-8">
|
||||||
|
<form id="submissionform" role="form" class="form-group" method="POST" action="/">
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
{{ form.csrf_token }}
|
{{ form.csrf_token }}
|
||||||
{{ form.api_key(**{'class':'form-control','placeholder':'Insert API Key'}) }}
|
{{ form.api_key(**{'class':'form-control','placeholder':'Insert API Key'}) }}
|
||||||
@ -18,6 +19,8 @@
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
<div class="navbar-text"><a href="https://www.wanikani.com/account"><img alt="WaniKani" src="{{ url_for('static', filename='wanikani.png') }}"> WaniKani Account (Get API key from here!)</a></div>
|
||||||
|
</div>
|
||||||
<div class="col-md-8">
|
<div class="col-md-8">
|
||||||
{% for error in form.api_key.errors %}
|
{% for error in form.api_key.errors %}
|
||||||
<div class="alert alert-warning alert-dismissible" role="alert">
|
<div class="alert alert-warning alert-dismissible" role="alert">
|
||||||
|
Loading…
Reference in New Issue
Block a user