Mercurial > public > madeira
comparison mysite/templates/band/mail_thanks.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 |
comparison
equal
deleted
inserted
replaced
0:df0370bfe3f0 | 1:0dcfcdf50c62 |
---|---|
1 {% extends 'band/base.html' %} | |
2 {% block title %}The Madeira | Mailing List Confirmation{% endblock %} | |
3 {% block content %} | |
4 <h1>Madeira Mailing List</h1> | |
5 <p>Thanks for subscribing to our email list! You should shortly receive a confirmation email | |
6 with instructions on how to complete the subscription process.</p> | |
7 <p><strong>Please check your spam folders for this email</strong>. Sometimes it ends up in there. | |
8 Thanks.</p> | |
9 {% endblock %} |