forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-03 16:53:58 +02:00
parent 8a4490d748
commit 223d64379f
1 changed files with 1 additions and 1 deletions

View File

@ -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>