forked from rDrama/rDrama
1
0
Fork 0

correct form action too loll

master
justcool393 2022-11-07 20:58:56 -06:00
parent 7a0fe8015e
commit d9c1b31bd6
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<p class="text-small text-muted">Edit your profile CSS</p>
<div class="body d-lg-flex border-bottom">
<div class="w-lg-100">
<form id="profile-settings" action="/settings/personalcss" method="post">
<form id="profile-settings" action="/settings/profilecss" method="post">
<input type="hidden" name="formkey" value="{{v.formkey}}">
<textarea autocomplete="off" class="form-control rounded" id="bio-text" aria-label="With textarea" placeholder="Custom profile CSS" rows="50" name="profilecss" form="profile-settings" maxlength="4000">{% if v.profilecss %}{{v.profilecss}}{% endif %}</textarea>
<small>Limit of 4000 characters</small>