Mercurial > public > madeira
diff 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 |
line wrap: on
line diff
--- a/mysite/templates/band/mail_not_found.html Mon Mar 28 03:20:29 2011 +0000 +++ b/mysite/templates/band/mail_not_found.html Tue Mar 29 01:51:10 2011 +0000 @@ -1,7 +1,8 @@ {% 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> +<p>Back to <a href="{% url 'mysite.band.views.contact' %}">contact page</a>.</p> {% endblock %}