app/projrev/views/helpers/forms.py
changeset 39 e7880a8f7e04
parent 38 3cb38edbe05f
child 43 55e650bb9dbe
--- 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):