conference/forms.py
changeset 8 f0b5ff862c6d
parent 7 4976650293f4
child 15 8de52278da5d
--- a/conference/forms.py	Fri Sep 25 00:55:37 2009 +0530
+++ b/conference/forms.py	Fri Sep 25 23:54:25 2009 +0530
@@ -8,7 +8,8 @@
 class ParticipantForm(forms.ModelForm):
   class Meta:
     model = Participant
-    
+
+
 class LoginForm(forms.Form):
 	username = forms.CharField(max_length=30, label=_(u'username'))