diff --git a/lostplaces/lostplaces_app/templates/partials/nav/pagination.html b/lostplaces/lostplaces_app/templates/partials/nav/pagination.html
new file mode 100644
index 0000000..82f8cb0
--- /dev/null
+++ b/lostplaces/lostplaces_app/templates/partials/nav/pagination.html
@@ -0,0 +1,25 @@
+
\ No newline at end of file
diff --git a/lostplaces/lostplaces_app/templates/place/place_list.html b/lostplaces/lostplaces_app/templates/place/place_list.html
index 52e3224..7c2fbc8 100644
--- a/lostplaces/lostplaces_app/templates/place/place_list.html
+++ b/lostplaces/lostplaces_app/templates/place/place_list.html
@@ -46,30 +46,7 @@
{% endfor %}
-
+ {% include 'partials/nav/pagination.html' %}
+
{% endblock maincontent %}
\ No newline at end of file