Mercurial > public > madeira
diff mysite/band/admin_views.py @ 8:3e22a6fde2d2
Updated copyright in footer. Corrected the URL that appears in the mass mailings for unsubscribing to the mailing list.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 02 Jun 2009 00:47:37 +0000 |
parents | 0dcfcdf50c62 |
children | 25e00d1b99bf |
line wrap: on
line diff
--- 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