Files
icsfeedparser/error_email_template.html

14 lines
569 B
HTML

<!-- This file does NOT need to be included when distributing. It is just used to make making make_html() easier -->
<head>
<div style="text-align: center">
<h1 style="color: red">ICSFeedParser Error</h1>
</div>
</head>
<body>
<div style="text-align: center">
<h2 style="font-weight: normal; color: darkred">An error has occurred in ICSFeedParser.</h2>
<h2 style="font-weight: normal">Error Message: {error_message}</h2>
<h2 style="font-weight: normal">Error from ICSFeedParser script: {error}</h2>
</div>
</body>
</html>