fix bio textarea prefill
This commit is contained in:
parent
ed9e134c6f
commit
ce759a4206
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ let f nick bio request =
|
|||
<%s! Dream.form_tag ~action:"/profile" request %>
|
||||
<div class="mb-3">
|
||||
<label for="bio" class="form-label">Bio</label>
|
||||
<textarea name="bio" type="text" class="form-control" id="bio" aria-describedby="bioHelp" value="<%s bio %>"></textarea>
|
||||
<textarea name="bio" type="text" class="form-control" id="bio" aria-describedby="bioHelp"><%s bio %></textarea>
|
||||
<div id="bioHelp" class="form-text">Who are you?</div>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary">Save</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue