app/projrev/views/helpers/forms.py
changeset 19 0c9bdcfac9f7
parent 13 684540719344
child 24 7257b66a6766
--- 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.