comparison 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
comparison
equal deleted inserted replaced
21:f3052378ab47 26:efb2da0b5d10
1 {% extends 'band/base.html' %} 1 {% extends 'band/base.html' %}
2 {% load url from future %}
2 {% block title %}The Madeira | Mailing List Confirmation{% endblock %} 3 {% block title %}The Madeira | Mailing List Confirmation{% endblock %}
3 {% block content %} 4 {% block content %}
4 <h1>Madeira Mailing List</h1> 5 <h1>Madeira Mailing List</h1>
5 <p>Sorry, we did not find that email address in our database.</p> 6 <p>Sorry, we did not find that email address in our database.</p>
6 <p>Back to <a href="{% url mysite.band.views.contact %}">contact page</a>.</p> 7 <p>Back to <a href="{% url 'mysite.band.views.contact' %}">contact page</a>.</p>
7 {% endblock %} 8 {% endblock %}