diff 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
line wrap: on
line diff
--- a/mysite/templates/band/mail_not_found.html	Tue Feb 14 18:52:57 2012 -0600
+++ b/mysite/templates/band/mail_not_found.html	Tue Feb 14 19:09:57 2012 -0600
@@ -4,5 +4,5 @@
 {% 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 'band.views.contact' %}">contact page</a>.</p>
 {% endblock %}