remotes/1693045480750635534/spooky-22
kek7198 2021-12-06 12:48:44 -06:00
parent 98b6538ec7
commit b18e4488f2
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@
</div>
<div class="px-4 py-4">
<h2 class="label text-black">Enemies</h2>
<form id="profile-friends" action="/settings/profile" method="post" enctype="multipart/form-data">
<form id="profile-enemies" action="/settings/profile" method="post" enctype="multipart/form-data">
<input type="hidden" name="formkey" value="{{v.formkey}}">
<textarea id="enemies-text" class="form-input" aria-label="With textarea" placeholder="Enter your enemies on the site..." rows="3" name="enemies" form="profile-enemies" maxlength="1500">{% if v.enemies %}{{v.enemies}}{% endif %}</textarea>
<small class="block mt-2 text-gray-400">Limit of 500 characters</small>