view madeira/templates/email_list/unsubscribe_request.html @ 55:0176eca97d1d

In the middle of revamping the band application. Moved the base and home templates out of the band directory. Started hacking on the band models, finally getting rid of older models and views. Not everything works yet in this commit.
author Brian Neal <bgneal@gmail.com>
date Sat, 07 Apr 2012 15:58:51 -0500
parents 13b2561c909d
children 91a229ee9a84
line wrap: on
line source
{% extends 'base.html' %}
{% block title %}The Madeira | Mailing List Unsubscribe Confirmation{% endblock %}
{% block content %}
<h1>Madeira Mailing List Unsubscribe Confirmation</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.
</p>
<p>If you don't receive this email, please check any spam folders.</p>
{% endblock %}