view mysite/templates/band/mail_not_found.html @ 26:efb2da0b5d10

Merging the django1.3 branch into trunk.
author Brian Neal <bgneal@gmail.com>
date Wed, 30 Mar 2011 00:16:32 +0000
parents 0dcfcdf50c62
children 25e00d1b99bf
line wrap: on
line source
{% extends 'band/base.html' %}
{% load url from future %}
{% 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 %}