Mercurial > public > madeira
view mysite/templates/band/mail_not_found.html @ 28:a404f93a68d3
Decrease by 2 orders of magnitude the number of queries needed to generate the gigs page for the Madeira.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 31 Mar 2011 00:14:34 +0000 |
parents | efb2da0b5d10 |
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 %}