diff gpp/messages/forms.py @ 312:88b2b9cb8c1f

Fixing #142; cut over to the django.contrib.staticfiles app.
author Brian Neal <bgneal@gmail.com>
date Thu, 27 Jan 2011 02:56:10 +0000
parents c515b7401078
children 9df368d9775d
line wrap: on
line diff
--- a/gpp/messages/forms.py	Thu Jan 20 04:40:14 2011 +0000
+++ b/gpp/messages/forms.py	Thu Jan 27 02:56:10 2011 +0000
@@ -20,7 +20,7 @@
    """
    This form is used to compose private messages.
    """
-   receiver = forms.CharField(label='To', 
+   receiver = forms.CharField(label='To',
          max_length=30,
          widget=AutoCompleteUserInput())
    subject = forms.CharField(max_length=120, widget=forms.TextInput(attrs={'size': 52}))