view mysite/templates/band/mail_confirm.html @ 32:fb72a1e65121

Add back the fancy box init code to allow fancybox to work on the index page.
author Brian Neal <bgneal@gmail.com>
date Thu, 11 Aug 2011 19:00:32 +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 Confirmation</h1>
<p>Your email address, {{ email }}, has been successfully {{ action }}.</p>
{% endblock %}