use textarea for bio
This commit is contained in:
parent
302525f2ab
commit
3487a47511
1 changed files with 6 additions and 6 deletions
|
|
@ -13,7 +13,7 @@ not logged in
|
|||
<%s! Dream.form_tag ~action:"/profile" request %>
|
||||
<div class="mb-3">
|
||||
<label for="bio" class="form-label">Bio</label>
|
||||
<input name="bio" type="text" class="form-control" id="bio" aria-describedby="bioHelp" value="<%s bio %>" </input>
|
||||
<textarea name="bio" type="text" class="form-control" id="bio" aria-describedby="bioHelp" value="<%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