# HG changeset patch # User Brian Neal # Date 1243903657 0 # Node ID 3e22a6fde2d2b7e6ba836540634aee6d974bc3ac # Parent a411e22d73be1d03277209f42e9832e1aa045aa3 Updated copyright in footer. Corrected the URL that appears in the mass mailings for unsubscribing to the mailing list. diff -r a411e22d73be -r 3e22a6fde2d2 mysite/band/admin_views.py --- a/mysite/band/admin_views.py Fri May 22 21:21:15 2009 +0000 +++ b/mysite/band/admin_views.py Tue Jun 02 00:47:37 2009 +0000 @@ -54,7 +54,7 @@ unsubscribeUrl = config.url if unsubscribeUrl[-1] != '/': unsubscribeUrl += '/' - unsubscribeUrl += 'contact' + unsubscribeUrl += 'mail' footer = unsubscribeText % (unsubscribeUrl, ) message += footer diff -r a411e22d73be -r 3e22a6fde2d2 mysite/templates/band/base.html --- a/mysite/templates/band/base.html Fri May 22 21:21:15 2009 +0000 +++ b/mysite/templates/band/base.html Tue Jun 02 00:47:37 2009 +0000 @@ -42,7 +42,7 @@ {% block content %} {% endblock %}