wagtail-birdsong/birdsong/templates/unsubscribe.html

8 lines
383 B
HTML

<html>
<body>
<div style='width: 100%, height: 100%; text-align: center; margin-top: 120px;'>
<p>The email '{{ contact.email }}' has been unsubscribed from {{ site.site_name }}'s mailing list.</p><br/>
<p>If this was a mistake head back to the <a href="{{ site.root_page.full_url }}">site</a> to resubscribe.</p>
</div>
</body>
</html>