remotes/1693045480750635534/spooky-22
Aevann1 2022-01-28 08:39:03 +02:00
parent e363dcbb49
commit 7e57e0b5a2
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@
<ul class="pagination pagination-sm mb-0">
{% if page>1 %}
<li class="page-item">
{% if request.full_path == "/notifications" %}
{% if request.full_path == "/notifications?" %}
<small><a class="page-link" href="{{request.full_path}}?page={{page-1}}">Previous</a></small>
{% else %}
<small><a class="page-link" href="{{request.full_path}}&page={{page-1}}">Previous</a></small>
@ -87,7 +87,7 @@
{% if next_exists %}
<li class="page-item">
{% if request.full_path == "/notifications" %}
{% if request.full_path == "/notifications?" %}
<small><a class="page-link" href="{{request.full_path}}?page={{page+1}}">Next</a></small>
{% else %}
<small><a class="page-link" href="{{request.full_path}}&page={{page+1}}">Next</a></small>