forked from rDrama/rDrama
1
0
Fork 0

add speed emoji modal to flair in admin tools

master
Aevann 2023-10-17 21:56:02 +03:00
parent 6fd97b72df
commit 1268b5cae7
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
<div class="w-lg-100">
<form action="/admin/change_flair/{{u.id}}" method="post" data-nonce="{{g.nonce}}" data-onsubmit="sendFormXHR(this)">
<input hidden name="formkey" value="{{v|formkey}}">
<input maxlength=100 autocomplete="off" id="flair_htmlbody-{{deviceType}}" type="text" name="flair" class="form-control" placeholder='Enter a flair here' value="{% if u.flair %}{{u.flair}}{% endif %}">
<input maxlength=100 autocomplete="off" id="flair_htmlbody-{{deviceType}}" type="text" name="flair" class="form-control allow-emojis" placeholder='Enter a flair here' value="{% if u.flair %}{{u.flair}}{% endif %}">
<div class="d-flex">
{{macros.emoji_btn('flair_htmlbody-' ~ deviceType)}}