diff -r 3cb38edbe05f -r e7880a8f7e04 app/projrev/views/helpers/forms.py --- a/app/projrev/views/helpers/forms.py Mon Aug 10 19:38:53 2009 +0530 +++ b/app/projrev/views/helpers/forms.py Tue Aug 11 03:38:51 2009 +0530 @@ -28,7 +28,7 @@ # fields in the Project that must not appear in the form, but have # be automatically generated. fields = ('title', 'line_item', 'institution', 'address', 'city', - 'pin_code', 'state', 'district', 'mobile_num', 'fax_num') + 'pin_code', 'state', 'district', 'phone_num', 'fax_num') class ReviewForm(forms.ModelForm):