Mercurial > public > sg101
diff gpp/messages/views.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 | 4b9970ad0edb |
line wrap: on
line diff
--- a/gpp/messages/views.py Sat May 21 20:35:02 2011 +0000 +++ b/gpp/messages/views.py Wed May 25 02:39:08 2011 +0000 @@ -47,7 +47,7 @@ """ Checks the message box count against MSG_BOX_LIMIT. Emits a message to the user if the quota is exceeded. - + """ if count >= MSG_BOX_LIMIT: django_messages.warning(request,