Minor changes to better fulfil html5 specifications.
This commit is contained in:
parent
d1bf4ab64f
commit
58a48105ee
@ -7,9 +7,9 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<img class="padded" src="{{ url_for('static', filename='burned.png')}}">
|
||||
<img class="padded" src="{{ url_for('static', filename='burned.png')}}" alt="Turtle with fire icon on back">
|
||||
</div>
|
||||
<form id="submissionform" role="form" class="col-md-8 form-group" method="POST" action="">
|
||||
<form id="submissionform" role="form" class="col-md-8 form-group" method="POST" action="/">
|
||||
<div class="input-group">
|
||||
{{ form.csrf_token }}
|
||||
{{ form.api_key(**{'class':'form-control','placeholder':'Insert API Key'}) }}
|
||||
|
Loading…
Reference in New Issue
Block a user