use textarea for bio
This commit is contained in:
parent
e502ec9584
commit
b7642d3c54
1 changed files with 6 additions and 6 deletions
|
|
@ -13,7 +13,7 @@ not logged in
|
||||||
<%s! Dream.form_tag ~action:"/profile" request %>
|
<%s! Dream.form_tag ~action:"/profile" request %>
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<label for="bio" class="form-label">Bio</label>
|
<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 id="bioHelp" class="form-text">Who are you?</div>
|
||||||
</div>
|
</div>
|
||||||
<button type="submit" class="btn btn-primary">Save</button>
|
<button type="submit" class="btn btn-primary">Save</button>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue