remotes/1693045480750635534/spooky-22
Aevann1 2021-12-05 05:05:07 +02:00
parent 6a5a5a716a
commit 290b863c6e
1 changed files with 5 additions and 1 deletions

View File

@ -814,7 +814,11 @@
{% if offset %}
<br>
<a class="pt-2" href="/post/8/kek?offset={{offset}}">VIEW MORE</a>
{% if '?' in request.full_url %}
<a class="pt-2" href="{{request.full_url}}&offset={{offset}}">VIEW MORE</a>
{% else &}
<a class="pt-2" href="{{request.full_url}}?offset={{offset}}">VIEW MORE</a>
{% endif %}
{% endif %}
{% elif not p.replies and p.deleted_utc == 0 %}