forked from rDrama/rDrama
1
0
Fork 0

dont show sorting buttons in private profiles

master
Aevann 2023-10-17 15:28:17 +03:00
parent bf3325a2b1
commit 5ce06c565b
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
</div>
</div>
</div>
{% if "/saved/" not in request.path and "/subscribed/" not in request.path and not path == '' and '/wall/comment/' not in path %}
{% if u.is_visible_to(v) and "/saved/" not in request.path and "/subscribed/" not in request.path and not path == '' and '/wall/comment/' not in path %}
<div class="d-flex justify-content-between align-items-center" style="padding-top:10px">
<div class="d-flex align-items-center">