forked from MarseyWorld/MarseyWorld
master
parent
8a4490d748
commit
223d64379f
|
@ -537,7 +537,7 @@
|
|||
|
||||
<div class="w-lg-100">
|
||||
|
||||
<form id="profile-bio" action="/settings/profile" method="post">
|
||||
<form id="profile-bio" action="/settings/profile" method="post" enctype="multipart/form-data">
|
||||
<input type="hidden" name="formkey" value="{{v.formkey}}">
|
||||
<div class="input-group mb-2">
|
||||
<textarea class="form-control rounded" id="bio-text" aria-label="With textarea" placeholder="Tell the community a bit about yourself." rows="3" name="bio" form="profile-bio" maxlength="1500">{{v.bio}}</textarea>
|
||||
|
|
Loading…
Reference in New Issue