Mercurial > public > madeira
view mysite/templates/band/mail_not_found.html @ 30:e492aa7c70de
Updating home page; adding Sandstorm video from Sound of the Surf.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 25 Apr 2011 22:53:45 +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 %}