upload/forms.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 03 Sep 2009 00:17:30 +0530
changeset 16 a5bbfbe5feb1
parent 4 ac11fee16880
child 17 08a47999f316
permissions -rw-r--r--
Fixed the HTML title.

from django import forms

from spoken_tut.upload.models import Participant

class ParticipantForm(forms.ModelForm):
	class Meta:
		model = Participant