diff --git a/lostplaces/lostplaces_app/templates/home.html b/lostplaces/lostplaces_app/templates/home.html
index 1e229d5..e145649 100644
--- a/lostplaces/lostplaces_app/templates/home.html
+++ b/lostplaces/lostplaces_app/templates/home.html
@@ -5,9 +5,9 @@
{% block maincontent %}
+{% include 'partials/osm_map.html' %}
Explore the latest locations
- {% include 'partials/osm_map.html' %}
{% for place in place_list %}
-
diff --git a/lostplaces/lostplaces_app/templates/partials/osm_map.html b/lostplaces/lostplaces_app/templates/partials/osm_map.html
index 82f42ba..ac80966 100644
--- a/lostplaces/lostplaces_app/templates/partials/osm_map.html
+++ b/lostplaces/lostplaces_app/templates/partials/osm_map.html
@@ -3,7 +3,7 @@
-
+