diff options
Diffstat (limited to 'website/forms.py')
-rwxr-xr-x | website/forms.py | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/website/forms.py b/website/forms.py index d833979..72bdace 100755 --- a/website/forms.py +++ b/website/forms.py @@ -377,11 +377,5 @@ class UserRegistrationForm(forms.Form): new_profile.save() key = Profile.objects.get(user=new_user).activation_key return u_name, pwd, key - -#class QuestionForm(forms.ModelForm): - """Creates a form to add or edit a Question. - It has the related fields and functions required.""" - -""" class Meta: - model = Question - exclude = ['user', 'active'] """
\ No newline at end of file + +
\ No newline at end of file |