removing link from the admin ownerEmail template file so that the emails aren't caught
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 25 Jul 2017 19:36:33 +0000 (15:36 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 25 Jul 2017 19:36:33 +0000 (15:36 -0400)
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

index b8996d9..19765f5 100644 (file)
@@ -25,7 +25,7 @@
 
         <div id="emailFooter">
             <p style="margin-bottom: 0px;">A new Event has been added to your Website from your &quot;{$location}&quot; page.</p>
-            <p style="margin-top: 0px;">To approve it, please go to the <a style="color: rgb(5, 104, 179);" href="{$pendingEvents}"> events </a> page in your admin.</p>
+            <p style="margin-top: 0px;">To approve it, please go to the events page in your admin.</p>
         </div>
     </body>
 </html>