From f616b713d4967f4a841b334d8514c33354a1cf44 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Thu, 13 Aug 2020 12:54:59 +0200 Subject: [PATCH 1/2] Minor pagination themplate fixes. Needs unified decorations. --- lostplaces/lostplaces_app/templates/place/place_list.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lostplaces/lostplaces_app/templates/place/place_list.html b/lostplaces/lostplaces_app/templates/place/place_list.html index e3fc45d..9dfb797 100644 --- a/lostplaces/lostplaces_app/templates/place/place_list.html +++ b/lostplaces/lostplaces_app/templates/place/place_list.html @@ -52,8 +52,8 @@
  • ⇤ first
  • -
  • - ← previous +
  • + ← previous
  • {% endif %} {% for page_obj in page_obj.paginator %} @@ -63,10 +63,10 @@ {% endfor %} {% if page_obj.has_next %}
  • - → next + next →
  • - ⇥ last + last ⇥
  • {% endif %} From 86087c2b8d4870349e9a934addd0199ab7d3cc2b Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Thu, 13 Aug 2020 20:30:43 +0200 Subject: [PATCH 2/2] Fixed stupid syntax errors. --- .../lostplaces_app/templates/place/place_list.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lostplaces/lostplaces_app/templates/place/place_list.html b/lostplaces/lostplaces_app/templates/place/place_list.html index 9dfb797..52e3224 100644 --- a/lostplaces/lostplaces_app/templates/place/place_list.html +++ b/lostplaces/lostplaces_app/templates/place/place_list.html @@ -50,23 +50,23 @@