conference/views.py
changeset 7 4976650293f4
parent 6 4e819dd96e1f
child 12 243a7e90f3c3
--- a/conference/views.py	Fri Sep 25 00:27:42 2009 +0530
+++ b/conference/views.py	Fri Sep 25 00:55:37 2009 +0530
@@ -13,8 +13,8 @@
 from django.template import loader
 from django.utils.translation import gettext_lazy as _
 
-from content.forms import ParticipantForm
-from content.models import Participant
+from conference.forms import ParticipantForm
+from conference.models import Participant
 
 
 def makemsg(username,url):