Mercurial > public > madeira
changeset 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 | a411e22d73be |
children | dac690ab98b2 |
files | mysite/band/admin_views.py mysite/templates/band/base.html |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
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
--- 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 %} <div id="footer"> - Website © 2008 by The Madeira <br /> + Website © 2008 - 2009 by The Madeira <br /> Visit <a href="http://myspace.com/themadeira">The Madeira on Myspace</a> <br /> </div> </div>