Add cw checkbox

pull/220/head
G-tix 2023-12-21 20:06:43 +00:00
parent 938415a8d5
commit 3955757578
1 changed files with 6 additions and 0 deletions

View File

@ -73,6 +73,12 @@
<input autocomplete="off" type="checkbox" class="custom-control-input" id="post-new" name="new" data-nonce="{{g.nonce}}" data-onchange="savetext()">
<label class="custom-control-label" for="post-new">Make the default comment sorting "new"</label>
</div>
{% if FEATURES['CW_MARKING'] %}
<div class="custom-control custom-checkbox">
<input autocomplete="off" type="checkbox" class="custom-control-input" id="post-cw" name="Child Warning" data-nonce="{{g.nonce}}" data-onchange="savetext()">
<label class="custom-control-label" for="post-cw">Child Warning</label>
</div>
{% endif %}
{% if FEATURES['NSFW_MARKING'] %}
<div class="custom-control custom-checkbox">
<input autocomplete="off" type="checkbox" class="custom-control-input" id="post-nsfw" name="nsfw" data-nonce="{{g.nonce}}" data-onchange="savetext()">