removing link from the admin email template
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 25 Jul 2017 18:28:29 +0000 (14:28 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 25 Jul 2017 18:28:29 +0000 (14:28 -0400)
the query string parameters are causing issues with fuse mail, removing the link the from
the template when an admin receives an email

views/front/events/ownerEmail.html

index bfbd3d6..d6d56cb 100644 (file)
@@ -43,7 +43,7 @@
            
         <div id="emailFooter">
             <p style="margin-bottom: 0px;">A new Event has been added to your Website from your &quot;Add Your Event&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>
\ No newline at end of file