forked from MarseyWorld/MarseyWorld
fix
parent
98b6538ec7
commit
b18e4488f2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue