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