From 8316e6d9b2c0ec340f4211fdbbcfa6149346979b Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 25 Jul 2017 15:36:33 -0400 Subject: [PATCH] removing link from the admin ownerEmail template file so that the emails aren't caught emails keep getting caught up my fuse mail due to links in the email message templates, removing the link so that the emails go through until we figure it out --- views/admin/events/ownerEmail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/admin/events/ownerEmail.html b/views/admin/events/ownerEmail.html index b8996d9..19765f5 100644 --- a/views/admin/events/ownerEmail.html +++ b/views/admin/events/ownerEmail.html @@ -25,7 +25,7 @@

A new Event has been added to your Website from your "{$location}" page.

-

To approve it, please go to the events page in your admin.

+

To approve it, please go to the events page in your admin.

-- 2.17.1