changeset 7 | 4976650293f4 |
parent 6 | 4e819dd96e1f |
child 8 | f0b5ff862c6d |
--- 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):