add CW_MARKING to search

pull/220/head
G-tix 2023-12-21 20:03:51 +00:00
parent df5818d75d
commit 80309827f8
1 changed files with 6 additions and 0 deletions

View File

@ -84,6 +84,12 @@
</div>
{% endif %}
{% endif %}
{% if FEATURES['CW_MARKING'] %}
<div>
<div style="display: inline-block; width: 150px; text-align: center">Child Warning Only:</div>
<button type="button" data-nonce="{{g.nonce}}" data-onclick="addParam(this, 'bool')" class="searchparam mb-1">cw:true</button>
</div>
{% endif %}
{% if FEATURES['NSFW_MARKING'] %}
<div>
<div style="display: inline-block; width: 150px; text-align: center">NSFW Only:</div>