From f27fc71a0187cfe175044592d49ba5ad6ee4349e Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Wed, 12 Aug 2020 23:20:32 +0200 Subject: [PATCH] Added pagination in PlaceList template. --- .../templates/place/place_list.html | 98 ++++++++++++------- 1 file changed, 62 insertions(+), 36 deletions(-) diff --git a/lostplaces/lostplaces_app/templates/place/place_list.html b/lostplaces/lostplaces_app/templates/place/place_list.html index 9c971c5..fd8e4f5 100644 --- a/lostplaces/lostplaces_app/templates/place/place_list.html +++ b/lostplaces/lostplaces_app/templates/place/place_list.html @@ -7,43 +7,69 @@

Listing our places

+
+ + + + + {% endfor %} + + +
+ +
{% endblock maincontent %} \ No newline at end of file