Mercurial > public > madeira
comparison mysite/templates/band/mail_not_found.html @ 40:25e00d1b99bf
Get rid of the project name 'mysite' from the source.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 14 Feb 2012 19:09:57 -0600 |
parents | efb2da0b5d10 |
children |
comparison
equal
deleted
inserted
replaced
39:b8e166ca993a | 40:25e00d1b99bf |
---|---|
2 {% load url from future %} | 2 {% load url from future %} |
3 {% block title %}The Madeira | Mailing List Confirmation{% endblock %} | 3 {% block title %}The Madeira | Mailing List Confirmation{% endblock %} |
4 {% block content %} | 4 {% block content %} |
5 <h1>Madeira Mailing List</h1> | 5 <h1>Madeira Mailing List</h1> |
6 <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> |
7 <p>Back to <a href="{% url 'mysite.band.views.contact' %}">contact page</a>.</p> | 7 <p>Back to <a href="{% url 'band.views.contact' %}">contact page</a>.</p> |
8 {% endblock %} | 8 {% endblock %} |