Mercurial > public > madeira
view mysite/templates/band/mail_unsubscribe.html @ 20:7aa63299adf6
Adding a work around for IE path problem in the .css file, as per http://groups.google.com/group/fancybox/browse_frm/thread/8530478044b9f586
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 08 Sep 2010 23:15:57 +0000 |
parents | 0dcfcdf50c62 |
children |
line wrap: on
line source
{% 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 %}