forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-09 22:12:41 -06:00
parent d3bf3fee21
commit 9224a3a9cb
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@
</button>
</div>
<div class="modal-body">
<form id="message" action="/@{{u.username}}/message" method="post">
<form id="message" action="/@{{u.username}}/message" method="post" enctype="multipart/form-data">
<input type="hidden" name="formkey" value="{{v.formkey}}">
<div class="relative rounded-lg border border-gray-300 bg-gray-100 shadow-inner w-full">
<textarea maxlength="1000" id="input-message" name="message" form="message" class="w-full rounded-t-md p-3 bg-transparent focus:bg-white shadow-inner resize-y focus:outline-none" aria-label="With textarea" placeholder="Write your message..." rows="3"></textarea>
<ul class="-mt-1 flex space-x-4 px-3 py-2 border-t border-dashed border-gray-400 mb-0">