Mercurial > public > madeira
comparison mysite/templates/band/mail_not_found.html @ 24:ead7bd49c9e0 django1.3
Changes to support Django 1.3
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 29 Mar 2011 01:51:10 +0000 |
parents | 0dcfcdf50c62 |
children | 25e00d1b99bf |
comparison
equal
deleted
inserted
replaced
23:6ad81d6a86bf | 24:ead7bd49c9e0 |
---|---|
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 %} |