Mercurial > public > sg101
diff gpp/messages/forms.py @ 441:33d0c55e57a9
Fixing the link to the private messages options tab in the PM notification email.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 25 May 2011 02:39:08 +0000 |
parents | 241c80ff16c5 |
children | 2d96d9bcf0de |
line wrap: on
line diff
--- a/gpp/messages/forms.py Sat May 21 20:35:02 2011 +0000 +++ b/gpp/messages/forms.py Wed May 25 02:39:08 2011 +0000 @@ -116,7 +116,7 @@ email_body = render_to_string('messages/notification_email.txt', { 'site': site, 'msg': new_msg, - 'options_url': reverse('messages-options'), + 'options_url': reverse('messages-options_tab'), }) subject = 'New private message for %s at %s' % (new_msg.receiver.username, site.name)