remotes/1693045480750635534/spooky-22
Aevann1 2021-12-05 05:17:49 +02:00
parent 48851d06ce
commit 475a34fa1b
1 changed files with 4 additions and 4 deletions

View File

@ -814,11 +814,11 @@
{% if offset %}
<br>
{% if '?' in request.full_path %}
<a class="pt-2" href="{{request.full_path}}&offset={{offset}}">VIEW MORE</a>
{% if sort %}
<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}}?offset={{offset}}">VIEW MORE</a>
{% endif %}
{% endif %}
{% elif not p.replies and p.deleted_utc == 0 %}