From 96c76ec1d4271802c02b62f726d39fc021c17301 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 19 May 2016 16:01:15 -0400 Subject: [PATCH] unbold the file --- views/front/events/detail.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/views/front/events/detail.html b/views/front/events/detail.html index 254cbbe..3927c4d 100644 --- a/views/front/events/detail.html +++ b/views/front/events/detail.html @@ -96,17 +96,17 @@ {if $event.contact_email}Email: {$event.contact_email}
{/if} {if $event.contact_phone}Phone: {$event.contact_phone}
{/if} {if $event.file1} -
File: +
File: {if $event.file1_descr}{$event.file1_descr}{else}{$event.file1}{/if}
{/if} {if $event.file2} -
File 2: +
File 2: {if $event.file2_descr}{$event.file2_descr}{else}{$event.file2}{/if}
{/if} {if $event.file3} -
File 3: +
File 3: {if $event.file3_descr}{$event.file3_descr}{else}{$event.file3}{/if}
{/if} -- 2.17.1