From 74191bee93d85895773a7a491efe17cc1b1612d4 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 5 Apr 2016 17:01:35 -0400 Subject: [PATCH] update the free part in template free is an array --- 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 5a32db2..8cf7067 100644 --- a/views/front/events/detail.html +++ b/views/front/events/detail.html @@ -43,7 +43,7 @@ {if $event.cost}
Cost
{$event.cost}
{/if} - {if $event.free} + {if $event.free.value}
Cost
FREE
{/if}
Contact & More Info
-- 2.17.1