Mercurial > public > madeira
diff mysite/templates/band/mail_unsubscribe.html @ 1:0dcfcdf50c62
Initial import of Madeira project from the private repository.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 06 Apr 2009 03:10:59 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mysite/templates/band/mail_unsubscribe.html Mon Apr 06 03:10:59 2009 +0000 @@ -0,0 +1,8 @@ +{% extends 'band/base.html' %} +{% block title %}The Madeira | Mailing List Confirmation{% endblock %} +{% block content %} +<h1>Madeira Mailing List</h1> +<p>We're sorry to see you unsubscribing from our email list! You should shortly receive a confirmation email +with instructions on how to complete the removal process. <strong>Please check your spam folders for +this email</strong>.</p> +{% endblock %}