diff -r 4e819dd96e1f -r 4976650293f4 conference/forms.py --- a/conference/forms.py Fri Sep 25 00:27:42 2009 +0530 +++ b/conference/forms.py Fri Sep 25 00:55:37 2009 +0530 @@ -2,7 +2,7 @@ from django.contrib.auth.models import User from django.utils.translation import ugettext_lazy as _ -from content.models import Participant +from conference.models import Participant class ParticipantForm(forms.ModelForm):