remotes/1693045480750635534/spooky-22
Aevann1 2021-08-31 14:07:09 +02:00
parent f585c781af
commit b8ecadac49
1 changed files with 2 additions and 4 deletions

View File

@ -541,9 +541,7 @@
<form id="profile-bio" action="/settings/profile" method="post">
<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>
<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>
</div>
<div class="d-flex">
@ -563,7 +561,7 @@
<div class="d-flex">
<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>
</form>
</div>