remotes/1693045480750635534/spooky-22
kek7198 2021-12-04 21:17:32 -06:00
parent 571aa045ac
commit 99a9fafaf3
1 changed files with 8 additions and 0 deletions

View File

@ -674,6 +674,14 @@
</div>
{% endif %}
{% if offset %}
{% if '?' in request.full_path %}
<a class="pt-2" href="{{request.full_path}}&offset={{offset}}">View more</a>
{% else %}
<a class="pt-2" href="{{request.full_path}}?offset={{offset}}">View more</a>
{% endif %}
{% endif %}
</div>
</div>