view mysite/templates/band/mail_not_found.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 ead7bd49c9e0
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>Sorry, we did not find that email address in our database.</p>
<p>Back to <a href="{% url mysite.band.views.contact %}">contact page</a>.</p>
{% endblock %}