From bfe21edb2a55ed16725df203cd2088efb7cef66d Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 17 Mar 2016 16:24:14 -0400 Subject: [PATCH] Adding labels for detail event page also check if cost is there before outputting that part --- views/front/events/detail.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/views/front/events/detail.html b/views/front/events/detail.html index 06ec9b2..3cc98e6 100644 --- a/views/front/events/detail.html +++ b/views/front/events/detail.html @@ -32,7 +32,9 @@ {$event.locations.address}
{$event.locations.city.name}, {$event.locations.state.value} {$event.locations.zip} -
{$event.cost}
+ {if $event.cost} +
Cost
{$event.cost}
+ {/if}
Contact & More Info
{if $event.url} {$event.url}
-- 2.17.1