Mercurial > public > madeira
comparison 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 |
comparison
equal
deleted
inserted
replaced
7:a411e22d73be | 8:3e22a6fde2d2 |
---|---|
52 message = form.cleaned_data['message'] | 52 message = form.cleaned_data['message'] |
53 | 53 |
54 unsubscribeUrl = config.url | 54 unsubscribeUrl = config.url |
55 if unsubscribeUrl[-1] != '/': | 55 if unsubscribeUrl[-1] != '/': |
56 unsubscribeUrl += '/' | 56 unsubscribeUrl += '/' |
57 unsubscribeUrl += 'contact' | 57 unsubscribeUrl += 'mail' |
58 | 58 |
59 footer = unsubscribeText % (unsubscribeUrl, ) | 59 footer = unsubscribeText % (unsubscribeUrl, ) |
60 message += footer | 60 message += footer |
61 | 61 |
62 fans = Fan.objects.all() | 62 fans = Fan.objects.all() |