remotes/1693045480750635534/spooky-22
Aevann1 2021-12-05 05:06:46 +02:00
parent 29886e2cf3
commit 48851d06ce
1 changed files with 3 additions and 3 deletions

View File

@ -814,10 +814,10 @@
{% if offset %}
<br>
{% if '?' in request.full_url %}
<a class="pt-2" href="{{request.full_url}}&offset={{offset}}">VIEW MORE</a>
{% 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_url}}?offset={{offset}}">VIEW MORE</a>
<a class="pt-2" href="{{request.full_path}}?offset={{offset}}">VIEW MORE</a>
{% endif %}
{% endif %}