fix empty sorting buttons when viewing wall comments

pull/92/head
Aevann 2023-01-23 03:21:41 +02:00
parent ca3bbaf209
commit 58864684b7
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 == '' %}
{% if "/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">