diff --git a/posters/templates/posters/poster_list.html b/posters/templates/posters/poster_list.html index bfd2690..c3183f9 100644 --- a/posters/templates/posters/poster_list.html +++ b/posters/templates/posters/poster_list.html @@ -82,7 +82,7 @@

Posters

parseFloat(poster.latitude), parseFloat(poster.longitude), ]).addTo(map); - marker.bindPopup(L.popup().setContent(poster.location + " - " + poster.visits.count())).openPopup(); + // marker.bindPopup(L.popup().setContent(poster.location + " - " + poster.visits.count())).openPopup(); }); }) .catch((error) => console.error("Error fetching poster data:", error));