fix input
This commit is contained in:
parent
ac64d93635
commit
2fee2a1d3d
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ let f (user: User.t) request =
|
|||
<br />
|
||||
<br />
|
||||
<%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 />
|
||||
<button class="btn btn-primary">Submit picture!</button>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue