the query string parameters are causing issues with fuse mail, removing the link the from
the template when an admin receives an email
<div id="emailFooter">
<p style="margin-bottom: 0px;">A new Event has been added to your Website from your "Add Your Event" 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