From 809db5313ce01f7bc32ddda1af7cf52a1f12de4c Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 12 Jul 2018 10:16:55 -0400 Subject: [PATCH] removing small centered class from the event detail map glm grid doesn't need the centered class for the event detail map --- views/front/events/detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/front/events/detail.html b/views/front/events/detail.html index 91b6df2..d8a38ac 100644 --- a/views/front/events/detail.html +++ b/views/front/events/detail.html @@ -23,7 +23,7 @@
{if $event.locations} -
+
{if $event.locations.lat && $event.locations.address}
map...
-- 2.17.1