remotes/1693045480750635534/spooky-22
kek7198 2021-12-04 21:22:23 -06:00
parent 99f2b10386
commit be487b0308
1 changed files with 1 additions and 5 deletions

View File

@ -675,11 +675,7 @@
{% endif %}
{% if offset %}
{% if '?' in request.full_path %}
<a class="pt-2" href="{{request.path}}?sort={{sort}}&offset={{offset}}">VIEW MORE</a>
{% else %}
<a class="pt-2" href="{{request.full_path}}&offset={{offset}}">View more</a>
{% endif %}
<a class="pt-2" href="{{request.path}}?sort={{sort}}&offset={{offset}}">View more</a>
{% endif %}
</div>