[extensions-web] Fix error reports



commit d8a420ffeeccc90f3ad035b87213ceb98a52ee17
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sat Dec 17 22:18:47 2011 -0500

    Fix error reports

 sweettooth/errorreports/forms.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/errorreports/forms.py b/sweettooth/errorreports/forms.py
index 717e6a5..2795eab 100644
--- a/sweettooth/errorreports/forms.py
+++ b/sweettooth/errorreports/forms.py
@@ -9,7 +9,7 @@ class ErrorReportForm(forms.ModelForm):
 
     class Meta:
         model = ErrorReport
-        fields = ('comment', 'can_contact')
+        fields = ('comment',)
 
     def clean_comment(self):
         return self.cleaned_data['comment'].strip()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]