forked from rDrama/rDrama
1
0
Fork 0

same as last commit

master
Aevann 2024-02-07 02:18:41 +02:00
parent ed951f38c6
commit 2119846f8d
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
{% endif %} {% endif %}
{% if request.path.startswith('/search/posts') %} {% if request.path.startswith('/search/posts') %}
<div> <div>
<div style="display: inline-block; width: 150px; text-align: center">Effortpost Only:</div> <div style="display: inline-block; width: 150px; text-align: center">Effortposts Only:</div>
<button type="button" data-nonce="{{g.nonce}}" data-onclick="addParam(this, 'bool')" class="searchparam mb-1">effortpost:true</button> <button type="button" data-nonce="{{g.nonce}}" data-onclick="addParam(this, 'bool')" class="searchparam mb-1">effortpost:true</button>
</div> </div>
{% endif %} {% endif %}