remotes/1693045480750635534/spooky-22
kek7198 2021-12-04 21:21:44 -06:00
parent 82ee3bb3d7
commit 99f2b10386
1 changed files with 2 additions and 2 deletions

View File

@ -676,9 +676,9 @@
{% if offset %}
{% if '?' in request.full_path %}
<a class="pt-2" href="{{request.full_path}}&offset={{offset}}">View more</a>
<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>
<a class="pt-2" href="{{request.full_path}}&offset={{offset}}">View more</a>
{% endif %}
{% endif %}