From ae6ab6af9c51701713be7dee3015538ec5f57f6b Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 27 Dec 2017 09:33:52 -0500 Subject: [PATCH] moving the conditional wrapped around the dates and times for the reg details conditional around the date and time was wrapping around the cost field as well --- views/front/registrations/registration.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/front/registrations/registration.html b/views/front/registrations/registration.html index 5cf315a..2101d26 100644 --- a/views/front/registrations/registration.html +++ b/views/front/registrations/registration.html @@ -39,11 +39,11 @@ {else}
{$regEvent.first_datetime.timestamp|date_format:"%l:%M %p"}
{/if} - + {/if} {if $regEvent.eventCost}
{$regEvent.eventCost}
{/if} - {/if} + {if $regEvent.locations.name || $regEvent.locations.address}
-- 2.17.1