Mercurial > public > madeira
view mysite/templates/band/mail_confirm.html @ 40:25e00d1b99bf
Get rid of the project name 'mysite' from the source.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 14 Feb 2012 19:09:57 -0600 |
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 %}