示例#1
0
 def form(self):
     return forms.EditProfileForm(self)
示例#2
0
 def form(self):
     return forms.EditProfileForm(self.request.POST)