diff -r 05b9e60e6a10 -r 0c9bdcfac9f7 app/projrev/views/helpers/forms.py --- a/app/projrev/views/helpers/forms.py Sat Aug 08 23:54:36 2009 +0530 +++ b/app/projrev/views/helpers/forms.py Sun Aug 09 12:39:51 2009 +0530 @@ -26,7 +26,8 @@ # fields in the Project that must not appear in the form, but have # be automatically generated. - fields = ('line_item', 'institution', 'state', 'district') + fields = ('line_item', 'institution', 'state', + 'district', 'mobile_num', 'fax_num') class ReviewForm(forms.ModelForm): """Creates a form for review of proposal.