safe jokes only checkbox

This commit is contained in:
Justin 2023-07-17 14:45:37 +08:00 committed by GitHub
parent 6e68c350f1
commit bcdb7a52d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7096,6 +7096,25 @@
</div> </div>
</div> </div>
<div class="row g-3 align-items-center left-div" style="padding-top: 25px;">
<div class="col-auto">
<label for="inputTransitionZ222" class="col-form-label">
Safe Jokes Only
</label>
</div>
<div class="col-auto">
<input
class="form-check-input title-select"
type="checkbox"
value=""
id="jokes_settings_safe"
{% if jokes_settings.safe%}
checked
{%endif%}/>
</div>
</div>
</div> </div>