safe jokes only checkbox
This commit is contained in:
parent
6e68c350f1
commit
bcdb7a52d5
@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user