forked from MarseyWorld/MarseyWorld
master
parent
f585c781af
commit
b8ecadac49
|
@ -541,9 +541,7 @@
|
||||||
<form id="profile-bio" action="/settings/profile" method="post">
|
<form id="profile-bio" action="/settings/profile" method="post">
|
||||||
<input type="hidden" name="formkey" value="{{v.formkey}}">
|
<input type="hidden" name="formkey" value="{{v.formkey}}">
|
||||||
<div class="input-group mb-2">
|
<div class="input-group mb-2">
|
||||||
<textarea class="form-control rounded" id="bio-text" aria-label="With textarea"
|
<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>
|
||||||
placeholder="Tell the community a bit about yourself."
|
|
||||||
rows="3" name="bio" form="profile-bio" maxlength="1500">{{v.bio}}</textarea>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="d-flex">
|
<div class="d-flex">
|
||||||
|
@ -563,7 +561,7 @@
|
||||||
|
|
||||||
<div class="d-flex">
|
<div class="d-flex">
|
||||||
<small>Limit of 1500 characters</small>
|
<small>Limit of 1500 characters</small>
|
||||||
<textarea maxlength="1500" class="btn btn-primary ml-auto" id="bioSave" type="submit" value="Save Changes">
|
<input class="btn btn-primary ml-auto" id="bioSave" type="submit" value="Save Changes">
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue