remotes/1693045480750635534/spooky-22
kek7198 2021-12-05 12:35:26 -06:00
parent d830985faf
commit 717ba911e2
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@
<form action="/settings/titlecolor" id="color-code-form" method="post">
<input type="hidden" name="formkey" value="{{v.formkey}}">
<div class="w-full md:w-44">
<input class="form-input" type="text" name="color" id="color-code" maxlength="6" value="{% if v.titlecolor %}{{v.titlecolor}}{% endif %}">
<input class="form-input" type="text" name="titlecolor" id="color-code" maxlength="6" value="{% if v.titlecolor %}{{v.titlecolor}}{% endif %}">
</div>
<div class="mt-4">
<input class="ml-auto btn btn-gray" type="submit" value="Change flair color">