fix input
This commit is contained in:
parent
622fbbca89
commit
aed1526a7a
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ let f (user: User.t) request =
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<%s! Dream.form_tag ~action:"/profile" ~enctype:`Multipart_form_data request %>
|
<%s! Dream.form_tag ~action:"/profile" ~enctype:`Multipart_form_data request %>
|
||||||
<input name="file" type="file"><br />
|
<input id="file" name="file" aria-describedby="file-label" type="file" accept="image/png,image/jpeg,image/webp,image/gif">
|
||||||
<br />
|
<br />
|
||||||
<button class="btn btn-primary">Submit picture!</button>
|
<button class="btn btn-primary">Submit picture!</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue