From 1d2c5899eae937699961d2952c7a6b7f79525a35 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 31 May 2016 15:08:15 -0400 Subject: [PATCH] added more style to email --- views/front/events/ownerEmail.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/views/front/events/ownerEmail.html b/views/front/events/ownerEmail.html index 785cf8a..c455c2e 100644 --- a/views/front/events/ownerEmail.html +++ b/views/front/events/ownerEmail.html @@ -6,8 +6,10 @@

Event Submission Notification

-

Event Start Date: {$startDate}

-

{$emailNotification}

+

Event Start Date: {$startDate}

+ {if $emailNotification} +

{$emailNotification}

+ {/if}

A new Event has been added to your Website from your "Add Your Event" page.

-- 2.17.1