diff gpp/news/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 1246a4f1ab4f
children bdcce55f137e
line wrap: on
line diff
--- a/gpp/news/forms.py	Thu Jan 20 04:40:14 2011 +0000
+++ b/gpp/news/forms.py	Thu Jan 27 02:56:10 2011 +0000
@@ -30,7 +30,7 @@
 
    def email(self):
       return self.cleaned_data['friend_email']
-      
+
    def name(self):
       return self.cleaned_data['friend_name']