forked from MarseyWorld/MarseyWorld
fix empty sorting buttons when viewing wall comments
parent
ca3bbaf209
commit
58864684b7
|
@ -27,7 +27,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</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 justify-content-between align-items-center" style="padding-top:10px">
|
||||||
|
|
||||||
<div class="d-flex align-items-center">
|
<div class="d-flex align-items-center">
|
||||||
|
|
Loading…
Reference in New Issue